diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:54:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:54:32 +0800 |
commit | 1a4891edad5fe6695ae401a8bf5709c449153bf8 (patch) | |
tree | 88960624336b31aecfa6c7f051daebaf2566c96f /www/webtrees | |
parent | 5b626d9c9bc32ddc8c0b1c5a7a3da7fdf4f25fc4 (diff) | |
download | freebsd-ports-gnome-1a4891edad5fe6695ae401a8bf5709c449153bf8.tar.gz freebsd-ports-gnome-1a4891edad5fe6695ae401a8bf5709c449153bf8.tar.zst freebsd-ports-gnome-1a4891edad5fe6695ae401a8bf5709c449153bf8.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'www/webtrees')
-rw-r--r-- | www/webtrees/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/webtrees/Makefile b/www/webtrees/Makefile index 682a34fe5ad9..b17d4b590bd8 100644 --- a/www/webtrees/Makefile +++ b/www/webtrees/Makefile @@ -3,7 +3,7 @@ PORTNAME= webtrees PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/ @@ -13,9 +13,14 @@ COMMENT= Online genealogy viewer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USES= cpe zip:infozip +USES= cpe shebangfix zip:infozip +SHEBANG_FILES= webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \ + webtrees/library/ezyang/htmlpurifier/maintenance/*.php \ + webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \ + webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php USE_PHP= calendar dom filter gd pcre pdo_mysql session simplexml xml NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message pkg-deinstall |