diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-23 00:42:32 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-23 00:42:32 +0800 |
commit | f59f4aff3763cf14e697b3d77381b23c744a882b (patch) | |
tree | 6e07f5b6511784cb99401fd0e6ff413151f33949 | |
parent | 14eac65e502a9c4f2a3d49cdeb360fd0ef93ada8 (diff) | |
download | freebsd-ports-graphics-f59f4aff3763cf14e697b3d77381b23c744a882b.tar.gz freebsd-ports-graphics-f59f4aff3763cf14e697b3d77381b23c744a882b.tar.zst freebsd-ports-graphics-f59f4aff3763cf14e697b3d77381b23c744a882b.zip |
Fix MASTER_SITES (pcl3-3.3.tar.gz)
PR: 89293
Notified by: diff <diff@infosemi.com>
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 03678fcfa15..392319c800e 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= ${GS_EPOCH} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ - http://home.vrweb.de/martin.lottermoser/pcl3dist/:pcl3 \ + http://home.vrweb.de/~martin.lottermoser/pcl3dist/:pcl3 \ http://www.harsch.net/Download/:dj970 \ http://www33.ocn.ne.jp/~higamasa/gdevmd2k/:md2k \ ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 8d45ac32f76..e7ca91fb79d 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= ${GS_EPOCH} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,bjc250/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ - http://home.vrweb.de/martin.lottermoser/pcl3dist/:pcl3 \ + http://home.vrweb.de/~martin.lottermoser/pcl3dist/:pcl3 \ http://www.harsch.net/Download/:dj970 \ http://www33.ocn.ne.jp/~higamasa/gdevmd2k/:md2k \ ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 03678fcfa15..392319c800e 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= ${GS_EPOCH} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ - http://home.vrweb.de/martin.lottermoser/pcl3dist/:pcl3 \ + http://home.vrweb.de/~martin.lottermoser/pcl3dist/:pcl3 \ http://www.harsch.net/Download/:dj970 \ http://www33.ocn.ne.jp/~higamasa/gdevmd2k/:md2k \ ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 8d45ac32f76..e7ca91fb79d 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= ${GS_EPOCH} CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,bjc250/} \ http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \ - http://home.vrweb.de/martin.lottermoser/pcl3dist/:pcl3 \ + http://home.vrweb.de/~martin.lottermoser/pcl3dist/:pcl3 \ http://www.harsch.net/Download/:dj970 \ http://www33.ocn.ne.jp/~higamasa/gdevmd2k/:md2k \ ${MASTER_SITE_PORTS_JP:S/$/:ports_jp,ports_jp_gs/} \ |