summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-20 20:35:06 +0000
committerjlam <jlam>2004-11-20 20:35:06 +0000
commit15dd9f60d6d1da20cbac346d41a65561e99f8dc9 (patch)
treeef839e6a5861779bcc7bd15b857f36d8cd60922a
parentd7e05b4edb31a64a8d302d3587a1ccdcf9d8ef41 (diff)
downloadpkgsrc-15dd9f60d6d1da20cbac346d41a65561e99f8dc9.tar.gz
PKGREVISION should be set in the package Makefiles, not in the common
Makefile.
-rw-r--r--print/ghostscript-esp-nox11/Makefile4
-rw-r--r--print/ghostscript-esp/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/print/ghostscript-esp-nox11/Makefile b/print/ghostscript-esp-nox11/Makefile
index cf842318305..5a2a10b2da1 100644
--- a/print/ghostscript-esp-nox11/Makefile
+++ b/print/ghostscript-esp-nox11/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/20 20:35:06 jlam Exp $
PKGNAME= ghostscript-esp-nox11-${GS_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= ESP/CUPS Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common
index f62fb4e980b..58cd840962c 100644
--- a/print/ghostscript-esp/Makefile.common
+++ b/print/ghostscript-esp/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.19 2004/10/03 00:18:04 tv Exp $
+# $NetBSD: Makefile.common,v 1.20 2004/11/20 20:35:06 jlam Exp $
DISTNAME= espgs-${GS_VERS}-source
BASEGS_VERS= 7.07
-PKGREVISION= 2
GS_VERS= ${BASEGS_VERS}.1
CATEGORIES= print
MASTER_SITES= ftp://ftp.easysw.com/pub/ghostscript/ \