diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-14 11:24:23 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-14 11:24:23 +0000 |
commit | 9593b61c40f0b370a1a759795774d9709ac62241 (patch) | |
tree | 5c98a993597e57d5b8a75de107c995117e7b0e67 | |
parent | c2f83591f0c190656766ea28af4af6f3284e9638 (diff) | |
download | pkgsrc-9593b61c40f0b370a1a759795774d9709ac62241.tar.gz |
Oops. Don't set PKGREVISION here -- this was overriding the setting in
both ghostscript-{,no-x11-}/Makefile.
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index b5ae939a3cb..4dcf3d13d78 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.30 2002/03/13 17:37:35 fredb Exp $ +# $NetBSD: Makefile.common,v 1.31 2002/03/14 11:24:23 fredb Exp $ DISTNAME= ghostscript-${GS_VERS} -PKGREVISION= 1 GS_VERS= 6.01 CATEGORIES= print MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ |