diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-12 22:03:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-12 22:03:07 +0000 |
commit | d378971e4118f2bfce0048101e9b0cb411ab7075 (patch) | |
tree | 88653aac96e929f64268e8458a6b83ccb1b9ecb0 /www/php-templates | |
parent | b911c493b07b6365680235034a6180bfab563443 (diff) |
Notes
Diffstat (limited to 'www/php-templates')
-rw-r--r-- | www/php-templates/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 92536d76dbd8..f71c5a72e2f5 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -27,9 +27,9 @@ PORTDOCS= * do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR} - @${INSTALL_DATA} ${WRKSRC}/modules/templates.so \ + ${INSTALL_DATA} ${WRKSRC}/modules/templates.so \ ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${STAGEDIR}${WRKSRC}-doc/* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}-doc/* ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |