summaryrefslogtreecommitdiff
path: root/devel/phpbt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/phpbt/Makefile')
-rw-r--r--devel/phpbt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/phpbt/Makefile b/devel/phpbt/Makefile
index 7a4f836af5a5..4014ee96fa14 100644
--- a/devel/phpbt/Makefile
+++ b/devel/phpbt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phpbt
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES?= devel
MASTER_SITES= SF
@@ -17,13 +18,12 @@ USE_PHP= ctype pcre posix session tokenizer xml zlib
NO_BUILD= YES
PHPBT= www/data-dist/phpbt
-PLIST_SUB= PHPBT=${PHPBT}
+PLIST_SUB= PHPBT=${PHPBT} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_FILES= pkg-message
SUB_LIST+= PHPBT=${PHPBT}
do-install:
-${MKDIR} ${STAGEDIR}${PREFIX}/${PHPBT}
@(cd ${WRKSRC} && ${CP} -R * ${STAGEDIR}${PREFIX}/${PHPBT})
- @${CHOWN} -R www:www ${STAGEDIR}${PREFIX}/${PHPBT}
.include <bsd.port.mk>