diff options
author | demon <demon@FreeBSD.org> | 2013-03-13 16:04:02 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2013-03-13 16:04:02 +0800 |
commit | 9e2b3ef478c9a2ad8a58f49fcae196f8a182ea7b (patch) | |
tree | bb0111a2831062ff631acc7e60acce1184ac1fb2 /www | |
parent | ef52405f55ae9743622216a3852fc3098d36195a (diff) | |
download | freebsd-ports-gnome-9e2b3ef478c9a2ad8a58f49fcae196f8a182ea7b.tar.gz freebsd-ports-gnome-9e2b3ef478c9a2ad8a58f49fcae196f8a182ea7b.tar.zst freebsd-ports-gnome-9e2b3ef478c9a2ad8a58f49fcae196f8a182ea7b.zip |
Correct MASTER_SITES.
PR: 176909
Submitted by: mandree
Diffstat (limited to 'www')
-rw-r--r-- | www/links1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/links1/Makefile b/www/links1/Makefile index 82098b94da71..82c83cbe6d69 100644 --- a/www/links1/Makefile +++ b/www/links1/Makefile @@ -9,9 +9,7 @@ PORTNAME= links PORTVERSION= 1.03 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - +MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/ MAINTAINER= demon@FreeBSD.org COMMENT= Lynx-like text WWW browser |