diff options
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r-- | www/php4/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 718f78574ae..b8257d2ab4e 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2004/05/20 21:12:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.40 2004/07/06 19:52:01 jdolecek Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -15,9 +15,9 @@ HOMEPAGE?= http://www.php.net/ # PHP_DIST_VERS version number on the php distfile # PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -PHP_DIST_VERS= 4.3.6 +PHP_DIST_VERS= 4.3.7 PHP_BASE_VERS= ${PHP_DIST_VERS} -PKGREVISION= 2 +PKGREVISION= # empty DISTFILES?= ${PHP_DISTFILE} PHP_DISTFILE= ${DISTNAME}${EXTRACT_SUFX} |