diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2000-04-12 17:51:57 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2000-04-12 17:51:57 +0000 |
commit | f88e66da60c1080435456db4b8ea3f68bed6649b (patch) | |
tree | c11476b65d1da04bc1978851ff3a91448642757a /www/php3/Makefile | |
parent | b03c489c21c5c4656d92c1587bf76be7f91142cf (diff) | |
download | pkgsrc-f88e66da60c1080435456db4b8ea3f68bed6649b.tar.gz |
Update to 3.0.16. Mainly bug fixes, though some new features as well -
the list is just too long, see http://www.php.net/ChangeLog.php3 for
details.
Diffstat (limited to 'www/php3/Makefile')
-rw-r--r-- | www/php3/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 6ea3565b699..2e82e6277b0 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/02/29 18:10:24 explorer Exp $ +# $NetBSD: Makefile,v 1.11 2000/04/12 17:51:57 jdolecek Exp $ # DISTNAME= php-${PHP_VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= http://www.php.net/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm -PHP_VERSION= 3.0.7 +PHP_VERSION= 3.0.16 .if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE) DEPENDS+= php-${PHP_VERSION}:../../www/php3 @@ -51,11 +51,7 @@ do-install: ${PREFIX}/bin/php2convert if [ ! -d ${PREFIX}/libexec/cgi-bin ]; then \ ${MKDIR} ${PREFIX}/libexec/cgi-bin ; fi - ${LN} -sf ${PREFIX}/bin/php ${PREFIX}/libexec/cgi-bin/php - cd ${WRKSRC}/dbase && \ - ${INSTALL_PROGRAM} dbfadd dbfcreat dbfdel dbfget dbflst \ - dbfndx dbfpack dbftst ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/dbase/dbfscan ${PREFIX}/bin/ + ${LN} -sf ../../bin/php ${PREFIX}/libexec/cgi-bin/php ${INSTALL_DATA_DIR} ${PREFIX}/lib/php3 ${PREFIX}/share/php3 ${INSTALL_DATA} ${WRKSRC}/extra/icons/* ${PREFIX}/share/php3/ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/php3 |