diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-03 08:30:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-03 08:30:58 +0000 |
commit | 8cc6055063825bd3ee82a403b134d011b5cac665 (patch) | |
tree | 6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /www/php4/Makefile.common | |
parent | 19dcecc87f4c5e85f956a5897667492f4d52772a (diff) | |
download | pkgsrc-8cc6055063825bd3ee82a403b134d011b5cac665.tar.gz |
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r-- | www/php4/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index bbba9734b3b..ab4414f2542 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2001/11/26 07:34:07 jlam Exp $ +# $NetBSD: Makefile.common,v 1.20 2001/12/03 08:31:05 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -13,13 +13,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_PKG_VERS pkgsrc revisions of php (nbX, etc.) -# PHP_VERS pkgsrc version number of package # PHP_DIST_VERS= 4.0.6 PHP_BASE_VERS= ${PHP_DIST_VERS} -PHP_PKG_VERS?= # empty -PHP_VERS= ${PHP_BASE_VERS}${PHP_PKG_VERS} # Location of installed PHP4 loadable modules under ${PREFIX}. # This is derived from the value of `php-config --extension-dir`. |