diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-25 10:38:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-25 10:38:38 +0000 |
commit | 887bfdc6929fb62113ee043173f3c4708c29ca96 (patch) | |
tree | cee944904d44edb79459023b63bf5f1fab634917 /graphics/sane-frontends | |
parent | f76d849957b42350285f004b9128196526c8c1d4 (diff) | |
download | ports-887bfdc6929fb62113ee043173f3c4708c29ca96.tar.gz ports-887bfdc6929fb62113ee043173f3c4708c29ca96.zip |
Notes
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 0aa7ce9deda7..3787c3d7e9ba 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -8,9 +8,11 @@ PORTNAME= sane-frontends PORTVERSION= 1.0.12 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ - ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ - ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ +MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ + http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |