diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-13 03:57:12 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-13 03:57:12 +0000 |
commit | 5d9f49026fbc2e2d40dfadc77b4bb520ea29522f (patch) | |
tree | adefc63c8ec3955eede381e5ba6a12d404b9976a /print | |
parent | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 9d9e44b747f0..9b80c6fa7507 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 8.71 PORTREVISION= 8 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 diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 2d9204301e85..0df4489a9fc7 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 |