diff options
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r-- | www/php4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index cd82a5daa04..4cd1e9656e3 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2001/12/31 23:54:24 jlam Exp $ +# $NetBSD: Makefile.common,v 1.22 2002/01/06 19:57:13 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -14,7 +14,7 @@ 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.1.0 +PHP_DIST_VERS= 4.1.1 PHP_BASE_VERS= ${PHP_DIST_VERS} # Location of installed PHP4 loadable modules under ${PREFIX}. |