diff options
author | jlam <jlam> | 2001-01-15 16:38:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-15 16:38:06 +0000 |
commit | 3926d14c22aba60cb6b6b99ddaa1763a19825752 (patch) | |
tree | 738ef35aa725c9fca9abec780f09679c95190645 /www | |
parent | 92ea477b4a264873accc647b17d0f35efcfc106a (diff) | |
download | pkgsrc-3926d14c22aba60cb6b6b99ddaa1763a19825752.tar.gz |
4.0.4pl1 --> 4.0.4.1
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 9453a63880d..64a67f1c019 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2001/01/15 16:32:28 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/01/15 16:38:06 jlam Exp $ -DISTNAME= php-${PHP_VERS} -PHP_VERS= 4.0.4pl1 +DISTNAME= php-${PHP_DIST_VERS} +PHP_DIST_VERS= 4.0.4pl1 +PHP_VERS= 4.0.4.1 CATEGORIES+= www php4 # Note the http address is written this way by purpose, so that bsd.pkg.mk DTRT |