diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 14:54:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 14:54:32 +0000 |
commit | 6c9827719ac95a972ee58d470433e4ef517b1ad0 (patch) | |
tree | 88960624336b31aecfa6c7f051daebaf2566c96f | |
parent | 52b061790224b68e16cd4151ede07ce49e74c8b9 (diff) |
Notes
-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 |