diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-14 05:34:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-14 05:34:35 +0000 |
commit | 7c7d0316707b165c89d12d6282bad730c0c13ab7 (patch) | |
tree | bfd84bd2fc5672c9af3d5b97ad291f1962d448af /print/ghostscript | |
parent | 26cd20c6cff59f7e2e4d93d08c0776fc95faa47b (diff) | |
download | pkgsrc-7c7d0316707b165c89d12d6282bad730c0c13ab7.tar.gz |
LICENSE update requires version bump.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index f4ec6a786b9..3a578821c4d 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2013/03/13 09:37:11 adam Exp $ +# $NetBSD: Makefile,v 1.97 2013/03/14 05:34:35 dholland Exp $ DISTNAME= ghostscript-${GS_VERSION} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} MASTER_SITES+= http://ghostscript.com/releases/ |