diff options
author | jlam <jlam> | 2001-12-03 08:30:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-03 08:30:58 +0000 |
commit | aaf4c450cab7e425c77a17ae6e8ab04f22e4ff95 (patch) | |
tree | 6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /www/ap-php4/Makefile | |
parent | c43c2b0254fd77a72b7afa2d08fc7400e93ffd72 (diff) | |
download | pkgsrc-aaf4c450cab7e425c77a17ae6e8ab04f22e4ff95.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/ap-php4/Makefile')
-rw-r--r-- | www/ap-php4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile index e784c0f6b6b..92b1f42256a 100644 --- a/www/ap-php4/Makefile +++ b/www/ap-php4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2001/10/19 09:55:31 veego Exp $ +# $NetBSD: Makefile,v 1.18 2001/12/03 08:31:04 jlam Exp $ .include "../php4/Makefile.php" -PKGNAME= ap-php-${PHP_VERS} -PHP_PKG_VERS= # empty +PKGNAME= ap-php-${PHP_BASE_VERS} +PKGREVISION= # empty COMMENT= Apache module for PHP4 DEPENDS+= php>=${PHP_BASE_VERS}:../php4 |