diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 15:09:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 15:09:18 +0000 |
commit | 9f85c3d52245e0ce7a9dd8ca64d47c4881c5cc5d (patch) | |
tree | fcd3060eadff5221a3136430f6a00cf9e289dd07 /www/gregarius | |
parent | 181e54b4bc592da20cd1e5e0cc0b83d5017b6961 (diff) | |
download | ports-9f85c3d52245e0ce7a9dd8ca64d47c4881c5cc5d.tar.gz ports-9f85c3d52245e0ce7a9dd8ca64d47c4881c5cc5d.zip |
Notes
Diffstat (limited to 'www/gregarius')
-rw-r--r-- | www/gregarius/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gregarius/Makefile b/www/gregarius/Makefile index 4993cc093ee7..f3ed3a6d57b5 100644 --- a/www/gregarius/Makefile +++ b/www/gregarius/Makefile @@ -14,9 +14,8 @@ USE_PHP= gettext iconv mbstring session xml zlib NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes do-install: - ${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/ ${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> |