summaryrefslogtreecommitdiff
path: root/print/php4-pdflib
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-03 08:30:58 +0000
committerjlam <jlam>2001-12-03 08:30:58 +0000
commitaaf4c450cab7e425c77a17ae6e8ab04f22e4ff95 (patch)
tree6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /print/php4-pdflib
parentc43c2b0254fd77a72b7afa2d08fc7400e93ffd72 (diff)
downloadpkgsrc-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 'print/php4-pdflib')
-rw-r--r--print/php4-pdflib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/php4-pdflib/Makefile b/print/php4-pdflib/Makefile
index 4894478315a..a10975be824 100644
--- a/print/php4-pdflib/Makefile
+++ b/print/php4-pdflib/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2001/10/16 06:58:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/03 08:31:03 jlam Exp $
.include "../../www/php4/Makefile.module"
MODNAME= pdf
-PKGNAME= php-pdflib-${PHP_VERS}
+PKGNAME= php-pdflib-${PHP_BASE_VERS}
CATEGORIES+= print
-PHP_PKG_VERS= # empty
+PKGREVISION= # empty
COMMENT= PHP4 extension for PDFlib on-the-fly PDF generation
USE_BUILDLINK_ONLY= YES