diff options
author | jlam <jlam> | 2004-11-20 20:35:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-20 20:35:06 +0000 |
commit | 15dd9f60d6d1da20cbac346d41a65561e99f8dc9 (patch) | |
tree | ef839e6a5861779bcc7bd15b857f36d8cd60922a /print | |
parent | d7e05b4edb31a64a8d302d3587a1ccdcf9d8ef41 (diff) | |
download | pkgsrc-15dd9f60d6d1da20cbac346d41a65561e99f8dc9.tar.gz |
PKGREVISION should be set in the package Makefiles, not in the common
Makefile.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-esp-nox11/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-esp/Makefile.common | 3 |
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/ \ |