diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-21 18:57:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-05-21 18:57:54 +0000 |
commit | 9b198bd1dac86e3942a94de1de1099b5d9d43bc3 (patch) | |
tree | 5d21a4b856d1d3851d34867f9ce83933f0f055a6 /print/ghostscript-gpl | |
parent | dd1aaed051a9b00f5db2f240e760e9ffe4b1a59a (diff) | |
download | ports-9b198bd1dac86e3942a94de1de1099b5d9d43bc3.tar.gz ports-9b198bd1dac86e3942a94de1de1099b5d9d43bc3.zip |
Notes
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index ac4d898b5a2c..62103e38b969 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -19,14 +19,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,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 \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${GS_VERSION:S/.//}/:gs_srcs MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,ports_jp_gs \ bjc250gs/:bjc250 \ - ./:ports_jp + ./:ports_jp \ + arved/:eplaser PKGNAMESUFFIX= -gpl DISTFILES= ${GS_SRCS}:gs_srcs \ ${HP8XX_SRCS}:hp8xx \ |