summaryrefslogtreecommitdiff
path: root/print/pdflib
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-03 08:14:20 +0000
committerjlam <jlam>2001-12-03 08:14:20 +0000
commit29dad64bcedf1ee237678a28b2f85c73b51ea649 (patch)
treef776c19efcdfd8616a9a6a5aaef3375248b45bf9 /print/pdflib
parent9c9e794656c67e8c4a090efb5008929b688a62b1 (diff)
downloadpkgsrc-29dad64bcedf1ee237678a28b2f85c73b51ea649.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 pdflib/Makefile.common related to the old way of handling version numbers. Invent PDFLIB_BASE_VERS, which is ${PDFLIB_DIST_VERS} that's been munged so that's understandable by the pkg_* tools' wildcard version numbering logic.
Diffstat (limited to 'print/pdflib')
-rw-r--r--print/pdflib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index 37f94e2433d..d1c5e5b8bbf 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2001/10/03 22:36:40 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2001/12/03 08:14:20 jlam Exp $
.include "Makefile.common"
-PKGNAME= pdflib-${PDFLIB_VERS}
-PDFLIB_PKG_VERS= # empty
+PKGNAME= pdflib-${PDFLIB_BASE_VERS}
COMMENT= C library to produce PDF files
USE_BUILDLINK_ONLY= YES