diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-27 11:06:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-27 11:06:01 +0000 |
commit | f448da8ae220839ac7917f033229719cf1737413 (patch) | |
tree | 508fcf5aa9dde8c5d689f5ae9caa1820c4b96f93 | |
parent | 89ff90e9cad83291a7ad62e11362c5a403038af3 (diff) | |
download | pkgsrc-f448da8ae220839ac7917f033229719cf1737413.tar.gz |
Restore Makefile.common, still used by fonts/ghostscript-cidfonts-ryumin
-rw-r--r-- | print/ghostscript-agpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-agpl/Makefile.common | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 0931abbf22f..4aebcd6b051 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2016/09/30 12:37:31 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/10/27 11:06:01 wiz Exp $ -DISTNAME= ghostscript-9.20 +DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/} diff --git a/print/ghostscript-agpl/Makefile.common b/print/ghostscript-agpl/Makefile.common new file mode 100644 index 00000000000..3e4ee16d492 --- /dev/null +++ b/print/ghostscript-agpl/Makefile.common @@ -0,0 +1,5 @@ +# $NetBSD: Makefile.common,v 1.10 2016/10/27 11:06:01 wiz Exp $ +# used by print/ghostscript-agpl/Makefile +# used by fonts/ghostscript-cidfonts-ryumin/Makefile + +GS_VERSION= 9.20 |