diff options
author | jdolecek <jdolecek> | 2004-12-17 07:40:45 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-12-17 07:40:45 +0000 |
commit | 63092fe3d53d354bf3b1e4708f97bd72b0653fed (patch) | |
tree | ee40a5540740fc8d4b90723839e6588b17e64f65 /www/php4 | |
parent | 5ede7375b1a6f387180a65985e53b69a8a7020d3 (diff) | |
download | pkgsrc-63092fe3d53d354bf3b1e4708f97bd72b0653fed.tar.gz |
php4 4.3.10 already ships with Net_SMTP-1.2.6, so don't bother trying
to update
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 35949f34945..c45fe469ac7 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/12/12 09:42:21 jdolecek Exp $ +# $NetBSD: Makefile,v 1.41 2004/12/17 07:40:45 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -39,7 +39,7 @@ OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR} # some of the bundled Pear extensions have newer versions, which fix # some known bugs PEAR_CMD= ${PREFIX}/bin/pear -UPGRADE_PKG= Net_SMTP-1.2.6 Net_Socket-1.0.2 +UPGRADE_PKG= Net_Socket-1.0.2 post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php |