diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /www | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/gnustep-ticker/Makefile | 2 | ||||
-rw-r--r-- | www/webalizer/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/gnustep-ticker/Makefile b/www/gnustep-ticker/Makefile index 9ae5f3b8016c..97c554b95396 100644 --- a/www/gnustep-ticker/Makefile +++ b/www/gnustep-ticker/Makefile @@ -18,6 +18,8 @@ DIST_SUBDIR= repacked MAINTAINER= dinoex@FreeBSD.org COMMENT= RSS monitor for RSS and Atom feeds +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 66cbb2258e31..5741dd485e16 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}.tgz:main MAINTAINER?= dinoex@FreeBSD.org COMMENT= A web server log file analysis program +LICENSE= GPLv2 + GNU_CONFIGURE= yes DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} |