diff options
author | arved <arved@FreeBSD.org> | 2006-05-22 03:02:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-05-22 03:02:08 +0800 |
commit | a1a3d1423d511e7914f6a5c4d70ad1e78438f49b (patch) | |
tree | 9716a3c1edf8626218352731b966cfe88860a721 /print | |
parent | c7ebff87d3260d45392b5b441ae1c103f80c44c7 (diff) | |
download | freebsd-ports-gnome-a1a3d1423d511e7914f6a5c4d70ad1e78438f49b.tar.gz freebsd-ports-gnome-a1a3d1423d511e7914f6a5c4d70ad1e78438f49b.tar.zst freebsd-ports-gnome-a1a3d1423d511e7914f6a5c4d70ad1e78438f49b.zip |
Fix fetch of eplaser distfile by putting a copy on MASTER_SITE_LOCAL
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 5 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 01e03c27e1ab..295717a1f3b9 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ ftp://download.canon-sales.co.jp/pub/driver/lasershot/linux/:cpca \ http://www.ucatv.ne.jp/~taeko/software/gs/:lips \ http://www.humblesoft.com/pub/:epag \ - http://www.epkowa3.on.arena.ne.jp/gslpd/data/V${EPLASER_VERS:S/.//g}/:eplaser \ + ${MASTER_SITE_LOCAL}:eplaser \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ http://www.linuxprinting.org/download/printing/:lxm3200 \ http://homepage.powerup.com.au/~pbwest/lexmark/:lx5000 \ @@ -27,7 +27,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,ports_jp_gs \ gimp-print/:gprint \ bjc250gs/:bjc250 \ - ./:ports_jp + ./:ports_jp \ + arved/:eplaser PKGNAMESUFFIX= -gnu DISTFILES= ${GS_SRCS}:gs_srcs \ ${HP8XX_SRCS}:hp8xx \ diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 01e03c27e1ab..295717a1f3b9 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ ftp://download.canon-sales.co.jp/pub/driver/lasershot/linux/:cpca \ http://www.ucatv.ne.jp/~taeko/software/gs/:lips \ http://www.humblesoft.com/pub/:epag \ - http://www.epkowa3.on.arena.ne.jp/gslpd/data/V${EPLASER_VERS:S/.//g}/:eplaser \ + ${MASTER_SITE_LOCAL}:eplaser \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ http://www.linuxprinting.org/download/printing/:lxm3200 \ http://homepage.powerup.com.au/~pbwest/lexmark/:lx5000 \ @@ -27,7 +27,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \ MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,ports_jp_gs \ gimp-print/:gprint \ bjc250gs/:bjc250 \ - ./:ports_jp + ./:ports_jp \ + arved/:eplaser PKGNAMESUFFIX= -gnu DISTFILES= ${GS_SRCS}:gs_srcs \ ${HP8XX_SRCS}:hp8xx \ |