diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-14 10:04:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-14 10:04:43 +0800 |
commit | b66e9009a5c1f835a550bbb2a61fe1fde0dc9a48 (patch) | |
tree | 951aee283f0a920a0654ccad50e22e2af31ebbf0 /www/links1 | |
parent | 662414ad8000f42a094894485a853412752f7f90 (diff) | |
download | freebsd-ports-gnome-b66e9009a5c1f835a550bbb2a61fe1fde0dc9a48.tar.gz freebsd-ports-gnome-b66e9009a5c1f835a550bbb2a61fe1fde0dc9a48.tar.zst freebsd-ports-gnome-b66e9009a5c1f835a550bbb2a61fe1fde0dc9a48.zip |
[PATCH] www/links1: drop bad MASTER_SITES, add new ones.
Drop 2 bad sites, and make use of sourceforge mirrors. [1]
As a note, there is a links-0.99pre6.tar.gz version, but I
guess (since we also have www/links) there's a good reason
to keep 0.98 for links1
Reported by: fenner's distfiles survey [1]
PR: ports/95737
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
Diffstat (limited to 'www/links1')
-rw-r--r-- | www/links1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/links1/Makefile b/www/links1/Makefile index 34576418a2a4..f2942970162a 100644 --- a/www/links1/Makefile +++ b/www/links1/Makefile @@ -10,9 +10,8 @@ PORTVERSION= 0.98 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://ice.dammit.lt/links/download/ \ - http://links.sourceforge.net/download/ \ - ftp://ftp.fu-berlin.de/unix/network/www/links/ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= links MAINTAINER= demon@FreeBSD.org COMMENT= Lynx-like text WWW browser |