diff options
Diffstat (limited to 'print/ghostscript-agpl/Makefile')
-rw-r--r-- | print/ghostscript-agpl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 4415e551602..4dcc9d6b0ba 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2017/08/01 14:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2017/10/06 06:15:00 adam Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ghostscript.com/ |