diff options
author | veego <veego@pkgsrc.org> | 2000-05-26 14:35:58 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-05-26 14:35:58 +0000 |
commit | b9dcb9b7d2c2abb94e8e103ccc823191cdaae19f (patch) | |
tree | 5327386a2ab1a2f642a6b34d13daf6fa43ce578a /www/php3 | |
parent | 9d13ab5b84824634dead20c21fa0bebcf40d15ec (diff) | |
download | pkgsrc-b9dcb9b7d2c2abb94e8e103ccc823191cdaae19f.tar.gz |
Split the INSTALL_DATA_DIR line with the two directories into two commands.
This fix the installtion on Solaris.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 0a497b3a703..0e58a39697a 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/05/26 14:07:31 veego Exp $ +# $NetBSD: Makefile,v 1.15 2000/05/26 14:35:58 veego Exp $ # DISTNAME= php-${PHP_VERSION} @@ -61,7 +61,8 @@ do-install: if [ ! -d ${PREFIX}/libexec/cgi-bin ]; then \ ${MKDIR} ${PREFIX}/libexec/cgi-bin ; fi ${LN} -sf ../../bin/php ${PREFIX}/libexec/cgi-bin/php - ${INSTALL_DATA_DIR} ${PREFIX}/lib/php3 ${PREFIX}/share/php3 + ${INSTALL_DATA_DIR} ${PREFIX}/lib/php3 + ${INSTALL_DATA_DIR} ${PREFIX}/share/php3 ${INSTALL_DATA} ${WRKSRC}/extra/icons/* ${PREFIX}/share/php3/ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/php3 ${INSTALL_DATA} ${WRKSRC}/examples/README* ${WRKSRC}/examples/*.php3 \ |