1 |
diff -Nrux .svn -x work /usr/ports/www/anyterm/Makefile anyterm/Makefile |
2 |
--- /usr/ports/www/anyterm/Makefile 2009-11-21 02:18:54.000000000 -0800 |
3 |
+++ anyterm/Makefile 2011-01-14 18:54:52.000000000 -0800 |
4 |
@@ -18,6 +18,8 @@ |
5 |
|
6 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs |
7 |
|
8 |
+LICENSE= GPLv2 |
9 |
+ |
10 |
MAN1= anytermd.1 |
11 |
USE_RC_SUBR= anytermd |
12 |
USE_BZIP2= yes |
13 |
diff -Nrux .svn -x work /usr/ports/www/anyterm/files/anytermd.in anyterm/files/anytermd.in |
14 |
--- /usr/ports/www/anyterm/files/anytermd.in 2010-03-26 17:15:08.000000000 -0700 |
15 |
+++ anyterm/files/anytermd.in 2011-01-14 18:54:33.000000000 -0800 |
16 |
@@ -16,7 +16,7 @@ |
17 |
# anytermd_flags (str): Set to "-c /usr/bin/login -u nobody --local-only" |
18 |
# by default. See anytermd(1) for flags. |
19 |
# |
20 |
-# anytermd_name (str): Set to "anyterm" by default. |
21 |
+# anytermd_name (str): Set to "anyterm" by default. |
22 |
# |
23 |
|
24 |
. /etc/rc.subr |