diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-07 23:43:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-07 23:43:57 +0800 |
commit | d7ec7c19d1ee3f4394e706d728832dc0415d0fe6 (patch) | |
tree | 539224d9d23c82ed8ddf31f5ed18acba5e126c9e /net/silc-doc | |
parent | d45cb1eed1ee0a93dbf402d39619d9fd6569fe2e (diff) | |
download | freebsd-ports-graphics-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.tar.gz freebsd-ports-graphics-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.tar.zst freebsd-ports-graphics-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.zip |
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
Diffstat (limited to 'net/silc-doc')
-rw-r--r-- | net/silc-doc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/silc-doc/Makefile b/net/silc-doc/Makefile index 409002e8330..be28ffbad90 100644 --- a/net/silc-doc/Makefile +++ b/net/silc-doc/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.9.10.1 CATEGORIES= net security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ - http://www.planetmirror.com/pub/silcnet/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ http://www.fi.silcnet.org/download/%SUBDIR%/ \ http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \ @@ -20,8 +19,7 @@ MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \ - ftp://ftp.uk.silcnet.org/pub/silc/%SUBDIR%/ + ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ MASTER_SITE_SUBDIR= server/sources PKGNAMESUFFIX= -doc DISTNAME= ${PORTNAME}-server-${PORTVERSION} |