aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-25 11:28:43 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-25 11:28:43 +0000
commit9be290a1e4d0e16894e708ef9a8f444e8ccb6b70 (patch)
tree30f47994394f2432df2be98875bfbf910f6a8b77 /www
parent71bf03fa69b3d7ce28bbfe367058a192f3a106f8 (diff)
downloadports-9be290a1e4d0e16894e708ef9a8f444e8ccb6b70.tar.gz
ports-9be290a1e4d0e16894e708ef9a8f444e8ccb6b70.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/zend-framework/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index 26ba2513b066..70aee78214ba 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -35,7 +35,6 @@ OPTPHP_DESC= Install optional PHP dependencies
PORTDOCS= CHANGELOG.md INSTALL.md README-GIT.md CONTRIBUTING.md README.md
-NO_STAGE= yes
.include <bsd.port.pre.mk>
# Add all of the required and/or optional PHP extension dependencies,
@@ -80,13 +79,11 @@ USE_PHP+= pdo_sqlite
.endif
do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} "library bin resources" ${DATADIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "library bin resources" ${STAGEDIR}${DATADIR}
-post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>