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/ghostscript9 | |
parent | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (diff) | |
download | ports-5d9f49026fbc2e2d40dfadc77b4bb520ea29522f.tar.gz ports-5d9f49026fbc2e2d40dfadc77b4bb520ea29522f.zip |
Notes
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 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 |