diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-20 20:35:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-20 20:35:06 +0000 |
commit | c61c39beef32fc1fd1afa966319824b9e63e99ef (patch) | |
tree | ef839e6a5861779bcc7bd15b857f36d8cd60922a | |
parent | 172f23dc1fb4a7ff0051eab624279a5db49c6834 (diff) | |
download | pkgsrc-c61c39beef32fc1fd1afa966319824b9e63e99ef.tar.gz |
PKGREVISION should be set in the package Makefiles, not in the common
Makefile.
-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/ \ |