diff options
-rw-r--r-- | www/phpwebapp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/phpwebapp/Makefile b/www/phpwebapp/Makefile index e91093818a65..a102d73c32e1 100644 --- a/www/phpwebapp/Makefile +++ b/www/phpwebapp/Makefile @@ -3,12 +3,17 @@ PORTNAME= phpwebapp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Web application framework +USES= shebangfix +SHEBANG_FILES= web_app/boxes/menu/edit/xsl/test/*.sh \ + web_app/convert/convert.php \ + web_app/l10n/app/*.sh USE_PHP= yes WANT_PHP_WEB= yes NO_BUILD= yes @@ -19,8 +24,5 @@ do-install: ${CP} -R ${WRKSRC}/web_app/ ${STAGEDIR}${PHPWEBAPP} @${FIND} ${STAGEDIR}${PHPWEBAPP} ! -type d | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${PHPWEBAPP} -type d | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.mk> |