diff options
author | fredb <fredb> | 2002-03-14 11:24:23 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-14 11:24:23 +0000 |
commit | dc1419e70a8a4614fdc623d2ba488937cff1dc7d (patch) | |
tree | 5c98a993597e57d5b8a75de107c995117e7b0e67 | |
parent | 861fc5127889d74ebc0b12920f20cd875fa1be40 (diff) | |
download | pkgsrc-dc1419e70a8a4614fdc623d2ba488937cff1dc7d.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/} \ |