diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 19:34:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 19:34:24 +0800 |
commit | fe9e5d43e9e043b4dc38e8682329fe2b7c973543 (patch) | |
tree | beed8f8734c08a7a9ffa116ade1080d4f4a9ea79 | |
parent | 1e4ac48958faa18896e8135a62db4c1e0346e16d (diff) | |
download | freebsd-ports-gnome-fe9e5d43e9e043b4dc38e8682329fe2b7c973543.tar.gz freebsd-ports-gnome-fe9e5d43e9e043b4dc38e8682329fe2b7c973543.tar.zst freebsd-ports-gnome-fe9e5d43e9e043b4dc38e8682329fe2b7c973543.zip |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | www/awffull/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile index 569d0fa1d938..3db2eb166aae 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -3,7 +3,7 @@ PORTNAME= awffull PORTVERSION= 3.10.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES?= www MASTER_SITES= http://www.stedee.id.au/files/ @@ -11,6 +11,7 @@ MAINTAINER?= chad@wickdev.com COMMENT= AWFFull is a webserver log analysis tool forked from Webalizer LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ @@ -26,7 +27,9 @@ FONTLABEL?= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf OPTIONS_DEFINE= GEOIP DOCS EXAMPLES NLS OPTIONS_SUB= yes -USES= gettext iconv +USES= gettext iconv shebangfix +SHEBANG_FILES= contrib/awffull_history_regen.pl \ + contrib/awffull_history_regen_german.pl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ |