diff options
author | mi <mi@FreeBSD.org> | 2001-08-24 02:15:54 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-08-24 02:15:54 +0800 |
commit | 2cb9cda9480870c54263e9d2f790ccfa1cfa6e32 (patch) | |
tree | a5c4ddf2093edc6d1452e49c9a397efd0172a8bc /print/ghostscript-gpl | |
parent | 2a451581b9f97ac728cc880ff1390c5984834674 (diff) | |
download | freebsd-ports-gnome-2cb9cda9480870c54263e9d2f790ccfa1cfa6e32.tar.gz freebsd-ports-gnome-2cb9cda9480870c54263e9d2f790ccfa1cfa6e32.tar.zst freebsd-ports-gnome-2cb9cda9480870c54263e9d2f790ccfa1cfa6e32.zip |
Fix the path for one of the master sites (fh-koblenz.de).
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 4ad2f4541e82..82f4e8d01f94 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -9,8 +9,8 @@ PORTNAME= ghostscript PORTVERSION= 6.50 PORTREVISION= 6 CATEGORIES= print -MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ - ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \ +MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Postscript/Ghostscript/aladdin/gs650/ \ + ftp://ftp.fh-koblenz.de/pub/Postscript/Ghostscript/aladdin/fonts/ \ http://www.gelhaus.net/hp880c/1.4beta/ \ http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ \ http://www.harsch.net/Download/ \ |