diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-06 21:55:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-06 21:55:31 +0000 |
commit | b086c0b1b22299cc6b7a32e9776593ba11afb02d (patch) | |
tree | bc1b3b835aa9210eb86f87061eab9722afad5332 /print | |
parent | 76a8d8d306bfd0bbe2097aea0c11b5a9c2a6a681 (diff) | |
download | ports-b086c0b1b22299cc6b7a32e9776593ba11afb02d.tar.gz ports-b086c0b1b22299cc6b7a32e9776593ba11afb02d.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index a331eb348e8a..7ce40ae12448 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -9,7 +9,12 @@ PORTNAME= cups PORTVERSION= 1.3.8 DISTVERSIONSUFFIX= -source CATEGORIES= print -MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} +#MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} +# ftp.easysw.com ist broken +MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/${PORTNAME}/${DISTVERSION} +MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/${PORTNAME}/${DISTVERSION} +MASTER_SITES+= http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/${PORTNAME}/${DISTVERSION} +MASTER_SITES+= ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= -base${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org |