summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-03 08:30:58 +0000
committerjlam <jlam>2001-12-03 08:30:58 +0000
commitde36625ce57203b80b3f099400264f5d45b44f98 (patch)
tree6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /archivers
parent5dc131aeb19b930d973c68679192c2dac22610fc (diff)
downloadpkgsrc-de36625ce57203b80b3f099400264f5d45b44f98.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 'archivers')
-rw-r--r--archivers/php4-bz2/Makefile4
-rw-r--r--archivers/php4-zlib/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/php4-bz2/Makefile b/archivers/php4-bz2/Makefile
index 7233b2a206b..f54b0159361 100644
--- a/archivers/php4-bz2/Makefile
+++ b/archivers/php4-bz2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:02:12 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/03 08:30:58 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= bz2
CATEGORIES+= archivers
-PHP_PKG_VERS= # empty
+PKGREVISION= # empty
COMMENT= PHP4 extension for bzip2 compression
USE_BUILDLINK_ONLY= YES
diff --git a/archivers/php4-zlib/Makefile b/archivers/php4-zlib/Makefile
index 3044af1f05f..0e1ba7ff79f 100644
--- a/archivers/php4-zlib/Makefile
+++ b/archivers/php4-zlib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:03:01 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/03 08:30:58 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= zlib
-PHP_PKG_VERS= # empty
CATEGORIES+= archivers
+PKGREVISION= # empty
COMMENT= PHP4 extension for zlib compression
USE_BUILDLINK_ONLY= YES