diff options
author | hrs <hrs@FreeBSD.org> | 2012-02-13 11:57:12 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-02-13 11:57:12 +0800 |
commit | 33a1c27cf740c200c7400411b77ca34e1d852ff9 (patch) | |
tree | a2d26c0368bebc958930bbf12c5d16b742fdedc9 /print/ghostscript9 | |
parent | 07aa9b00440a2c57356aff67f194359a28298175 (diff) | |
download | freebsd-ports-graphics-33a1c27cf740c200c7400411b77ca34e1d852ff9.tar.gz freebsd-ports-graphics-33a1c27cf740c200c7400411b77ca34e1d852ff9.tar.zst freebsd-ports-graphics-33a1c27cf740c200c7400411b77ca34e1d852ff9.zip |
Fix a URL in MASTER_SITES.
PR: ports/165080
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 2d9204301e8..0df4489a9fc 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -9,7 +9,7 @@ PORTNAME= ghostscript9 PORTVERSION= 9.05 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ - SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ + SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ http://www.humblesoft.com/pub/:epag MASTER_SITE_SUBDIR= ghostscript/:gs_srcs |