diff options
author | nectar <nectar@FreeBSD.org> | 2002-02-24 08:00:56 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-02-24 08:00:56 +0800 |
commit | 259a2481327465f2710e286671b7e566c1867681 (patch) | |
tree | 76df733077d6ec3fae75d1439fb9bde1835f9964 /print | |
parent | e8ab2d0beec2015e8bef87f707041c38ec411c82 (diff) | |
download | freebsd-ports-gnome-259a2481327465f2710e286671b7e566c1867681.tar.gz freebsd-ports-gnome-259a2481327465f2710e286671b7e566c1867681.tar.zst freebsd-ports-gnome-259a2481327465f2710e286671b7e566c1867681.zip |
Correct MASTER_SITES.
Submitted by: MAINTAINER
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile.common | 8 | ||||
-rw-r--r-- | print/cups/Makefile.inc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 2054c4f1cb69..681142694359 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -1,10 +1,10 @@ # Common file for CUPS ports # $FreeBSD$ -MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ +MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp2.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ CUPS_VERSION= 1.1.14 diff --git a/print/cups/Makefile.inc b/print/cups/Makefile.inc index 2054c4f1cb69..681142694359 100644 --- a/print/cups/Makefile.inc +++ b/print/cups/Makefile.inc @@ -1,10 +1,10 @@ # Common file for CUPS ports # $FreeBSD$ -MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ - ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ +MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp2.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${CUPS_VERSION}/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ CUPS_VERSION= 1.1.14 |