diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-03 08:39:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-03 08:39:07 +0000 |
commit | 9113f8ea771fa34335de6047197ef6e0338241bf (patch) | |
tree | 21c58a7b564a327f306138a24b89941ea7176a7d | |
parent | a71e021362b1fb8a6f1d15a69faebbb92261acd7 (diff) | |
download | FreeBSD-ports-9113f8ea771fa34335de6047197ef6e0338241bf.zip FreeBSD-ports-9113f8ea771fa34335de6047197ef6e0338241bf.tar.gz |
Fix make fetch.
-rw-r--r-- | textproc/urlview/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 0f7737d..4a2151c 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -10,12 +10,9 @@ PORTNAME= urlview PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= textproc www -MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ - ftp://ftp.cs.hmc.edu/pub/me/ \ - ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/ \ - ftp://ftp.ilog.fr/pub/Mirrors/mutt/contrib/ \ - ftp://ftp.etri.re.kr/pub/mail/mutt/ \ - ftp://ftp.pnm.net/pub/unix/mutt/contrib/ +MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \ + ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \ + ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/contrib/ #PATCH_SITES= http://feeding.frenzy.com/~rainking/ #PATCHFILES= urlview.diff |