diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:14:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 22:14:55 +0000 |
commit | 0d06c4f12ae5d62dd9db0ab8482d10979c8efe79 (patch) | |
tree | afcbff31f473357710dbe6c0d14c2abb7b13e135 /print/ghostscript7 | |
parent | 082d619c4af6afd30974c3356941ad2f6ada345f (diff) | |
download | ports-0d06c4f12ae5d62dd9db0ab8482d10979c8efe79.tar.gz ports-0d06c4f12ae5d62dd9db0ab8482d10979c8efe79.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/files/Makefile.cpca | 2 | ||||
-rw-r--r-- | print/ghostscript7/files/Makefile.gprint | 2 | ||||
-rw-r--r-- | print/ghostscript7/files/Makefile.lex7000 | 2 | ||||
-rw-r--r-- | print/ghostscript7/files/Makefile.lx5000 | 2 | ||||
-rw-r--r-- | print/ghostscript7/files/Makefile.pcl3 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript7/files/Makefile.cpca b/print/ghostscript7/files/Makefile.cpca index 7167502c3c04..e48516153ece 100644 --- a/print/ghostscript7/files/Makefile.cpca +++ b/print/ghostscript7/files/Makefile.cpca @@ -2,7 +2,7 @@ # CPCA - additional driver for Canon CPCA printers # http://cweb.canon.jp/open-mie/technical/index-j.html -MASTER_SITES+= ftp://download.canon-sales.co.jp/pub/driver/lasershot/linux/:cpca +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/:S/$/:cpca/} DISTFILES+= canon-lips4-1.0.0-651.tgz:cpca EXTRADEVMKFILE+=${WRKSRC}/src/cpca_gdev.mak diff --git a/print/ghostscript7/files/Makefile.gprint b/print/ghostscript7/files/Makefile.gprint index c063291791ab..f650133603c6 100644 --- a/print/ghostscript7/files/Makefile.gprint +++ b/print/ghostscript7/files/Makefile.gprint @@ -9,7 +9,7 @@ # # For that reason, integration of stp driver is disabled by default. -MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/$/:gprint/} \ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/gimp-print/:S/$/:gprint/} \ MASTER_SITE_SUBDIR= gimp-print/:gprint DISTFILES+= gimp-print-4.2.7.tar.gz:gprint EXTRADEVMKFILE+= ${FILESDIR}/stp.contrib.mak diff --git a/print/ghostscript7/files/Makefile.lex7000 b/print/ghostscript7/files/Makefile.lex7000 index 88c0e9822d54..48377a06aff9 100644 --- a/print/ghostscript7/files/Makefile.lex7000 +++ b/print/ghostscript7/files/Makefile.lex7000 @@ -2,7 +2,7 @@ # LEX7000 - additional driver for Lexmark 2050/3200/5700/7000 # http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/ -MASTER_SITES+= http://homepage.powerup.com.au/~pbwest/lexmark/:lex7000 +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/:S/$/:lex7000/} DISTFILES+= gs6.0.lexmark7000.patch:lex7000 EXTRADEVMKFILE+= ${FILESDIR}/lex7000.contrib.mak diff --git a/print/ghostscript7/files/Makefile.lx5000 b/print/ghostscript7/files/Makefile.lx5000 index dfd6ab7db1a0..bf636d65805c 100644 --- a/print/ghostscript7/files/Makefile.lx5000 +++ b/print/ghostscript7/files/Makefile.lx5000 @@ -2,7 +2,7 @@ # LX5000 - additional driver for Lexmark 5000/Z51/Z82 # http://homepage.powerup.com.au/~pbwest/lexmark/lexmark.html -MASTER_SITES+= http://homepage.powerup.com.au/~pbwest/lexmark/:lx5000 +MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/:S/$/:lx5000/} DISTFILES+= gdevlx50.c:lx5000 EXTRADEVMKFILE+= ${FILESDIR}/lx5000.contrib.mak diff --git a/print/ghostscript7/files/Makefile.pcl3 b/print/ghostscript7/files/Makefile.pcl3 index 682fc2b70d3e..0a2f69d8c7f1 100644 --- a/print/ghostscript7/files/Makefile.pcl3 +++ b/print/ghostscript7/files/Makefile.pcl3 @@ -2,7 +2,7 @@ # additional driver for HP PCL3 printers, by Martin Lottermoser # http://home.vrweb.de/martin.lottermoser/pcl3.html -MASTER_SITES+= http://home.vrweb.de/~martin.lottermoser/pcl3dist/:pcl3 +MASTER_SITES+= http://home.vrweb.de/~martin.lottermoser/pcl3/dist/:pcl3 DISTFILES+= pcl3-3.3.tar.gz:pcl3 EXTRADEVMKFILE+= ${WRKSRC}/pcl3/src/contrib.mak-7.00.add PORTDOCS+= pcl3 |