diff options
author | tv <tv@pkgsrc.org> | 1999-05-03 21:40:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-03 21:40:59 +0000 |
commit | 19cbca7e43f274ff85bc3750b6f8427ed412666b (patch) | |
tree | 3ce3116adc77657c2eacf6f03764f5c6a12358c4 /www | |
parent | 1c32626598189ef8163a53eb40745ca1601ffa16 (diff) | |
download | pkgsrc-19cbca7e43f274ff85bc3750b6f8427ed412666b.tar.gz |
Re-add PREFIX/lib/php3 directory.
Diffstat (limited to 'www')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 214845b990f..0f3f2957ec7 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/05/03 21:32:46 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/03 21:40:59 tv Exp $ # DISTNAME= php-${PHP_VERSION} @@ -51,7 +51,7 @@ do-install: ${INSTALL_PROGRAM} dbfadd dbfcreat dbfdel dbfget dbflst \ dbfndx dbfpack dbftst ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/dbase/dbfscan ${PREFIX}/bin/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/php3 + ${INSTALL_DATA_DIR} ${PREFIX}/lib/php3 ${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 \ |