diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-03 05:03:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-03 05:03:38 +0000 |
commit | 7d746540a05b60729685f60fcae985ea74310d8f (patch) | |
tree | 2e75bff27cadb476d4a7b3c47c0656f017581a15 /www/netoffice | |
parent | dda4a694f062105b3f9458543aeba24af8fd0c91 (diff) |
Notes
Diffstat (limited to 'www/netoffice')
-rw-r--r-- | www/netoffice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netoffice/Makefile b/www/netoffice/Makefile index f9749d445973..3cb7774c9e0a 100644 --- a/www/netoffice/Makefile +++ b/www/netoffice/Makefile @@ -20,10 +20,9 @@ WEBGRP?= www APACHEDIR= ${LOCALBASE}/www/ INSTALLDIR= ${APACHEDIR}/${PORTNAME} -NO_STAGE= yes do-install: - ${MKDIR} ${INSTALLDIR} + ${MKDIR} ${STAGEDIR}${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ - | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${STAGEDIR}${INSTALLDIR} .include <bsd.port.mk> |