diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-12 00:12:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-12 00:12:00 +0000 |
commit | 6b78ec92be2ca990c413d1feef60a7c908edd334 (patch) | |
tree | 06d075bd40d934a7562197317de4292a5fb309f7 | |
parent | 5a5983ff01340b9e0d47703b012e0d93da81acee (diff) | |
download | pkgsrc-6b78ec92be2ca990c413d1feef60a7c908edd334.tar.gz |
Remove uiarchive.cso.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37337.
-rw-r--r-- | textproc/urlview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index f4bc8e76eb7..ad7818016dd 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2007/09/19 06:46:52 tron Exp $ +# $NetBSD: Makefile,v 1.16 2007/11/12 00:12:00 wiz Exp $ DISTNAME= urlview-0.9 PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ ftp://ftp.funet.fi/pub/unix/mail/mutt/contrib/ \ - ftp://ftp.uib.no/pub/mutt/contrib/ \ - ftp://uiarchive.cso.uiuc.edu/pub/packages/mail/mutt/contrib/ + ftp://ftp.uib.no/pub/mutt/contrib/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Extract URLs from text files and display them in a menu |