aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2022-03-04 14:43:06 +0000
committerHiroki Sato <hrs@FreeBSD.org>2022-03-04 14:43:06 +0000
commit973c54ba5439d39baeffe0e2f23550b7fedf0097 (patch)
tree7d54ed208b502a19790ef96128e17cd480178a36 /print
parent3c6cd3e83538625b83935e18d3acffb2e335f112 (diff)
downloadports-973c54ba5439d39baeffe0e2f23550b7fedf0097.tar.gz
ports-973c54ba5439d39baeffe0e2f23550b7fedf0097.zip
print/ghostscript9-agpl-{base,x11}: fix MASTER_SITES
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript9-agpl-base/Makefile2
-rw-r--r--print/ghostscript9-agpl-x11/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index ca1165a7847c..eb06c5177a7a 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ghostscript
PORTVERSION= 9.55.0
CATEGORIES= print
-MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
+MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//g}/
PKGNAMESUFFIX= 9-agpl-base
MAINTAINER= hrs@FreeBSD.org
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile
index 0110561a409b..aa38239f2fe2 100644
--- a/print/ghostscript9-agpl-x11/Makefile
+++ b/print/ghostscript9-agpl-x11/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ghostscript
PORTVERSION= 9.55.0
CATEGORIES= print
-MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
+MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//g}/
PKGNAMESUFFIX= 9-agpl-x11
MAINTAINER= hrs@FreeBSD.org