summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-03-01 18:18:15 +0000
committerjlam <jlam@pkgsrc.org>2001-03-01 18:18:15 +0000
commitca621c745a10ff22c22be4cae39bd9dd3243c456 (patch)
treec496d6d9f475b4391092cf02b6c82ba1bfd3458e /www/php4/Makefile.common
parentcf09a994f39211badf0bf637d563ced1792d8cf0 (diff)
downloadpkgsrc-ca621c745a10ff22c22be4cae39bd9dd3243c456.tar.gz
Disassociate the version number of the php4 package from the version numbers of
the php4 modules. The rule is that php4 modules depend on php-${PHP_VERS}, but they are allowed to have their own ${PHP_BASE_VERS}nbX package version numbers.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index 89ddbbdd8df..731d46146bb 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2001/02/07 15:39:33 tron Exp $
+# $NetBSD: Makefile.common,v 1.8 2001/03/01 18:18:17 jlam Exp $
DISTNAME= php-${PHP_DIST_VERS}
PHP_DIST_VERS= 4.0.4pl1
-PHP_VERS= 4.0.4.1nb1
+PHP_BASE_VERS= 4.0.4.1
+PHP_VERS= ${PHP_BASE_VERS}nb1
CATEGORIES+= www php4
# Note the http address is written this way by purpose, so that bsd.pkg.mk DTRT
@@ -10,7 +11,7 @@ MASTER_SITES= http://www.php.net/distributions/ \
http://php3.de/distributions/ \
ftp://ftp.php.net/pub/distributions/
-MAINTAINER= jdolecek@netbsd.org
+MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.php.net/
# Put this dependency here to compile in dbm support for all PHP4 modules.