summaryrefslogtreecommitdiff
path: root/print/pdflib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-03 08:14:20 +0000
committerjlam <jlam@pkgsrc.org>2001-12-03 08:14:20 +0000
commit6579c53a613bc48fc2123ae90af8a9077dcce895 (patch)
treef776c19efcdfd8616a9a6a5aaef3375248b45bf9 /print/pdflib
parent6658ed60e102d8b16cd1143fce8ff30fd8d25a3f (diff)
downloadpkgsrc-6579c53a613bc48fc2123ae90af8a9077dcce895.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