diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-01-17 03:12:05 +0800 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-01-17 03:12:05 +0800 |
commit | 252c7a91faeb8260a841d8a2abab7dfa5f27c9cf (patch) | |
tree | 51646c7d122e3a5da971ee839b0903ed30438303 /security | |
parent | 001fea0ac5122bce806af0559126b4acea59e2a9 (diff) | |
download | freebsd-ports-gnome-252c7a91faeb8260a841d8a2abab7dfa5f27c9cf.tar.gz freebsd-ports-gnome-252c7a91faeb8260a841d8a2abab7dfa5f27c9cf.tar.zst freebsd-ports-gnome-252c7a91faeb8260a841d8a2abab7dfa5f27c9cf.zip |
Remove unavailable MASTER_SITES entry
Diffstat (limited to 'security')
-rw-r--r-- | security/smurflog/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index a336ef341fb2..5beed37acb0d 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -8,10 +8,9 @@ DISTNAME= smurflog-2.1 CATEGORIES= net security -MASTER_SITES= ftp://ftp.uni-klu.ac.at/.disk2/mirrors/internet/bitchx/files/ \ - ftp://ftp.bitchx.org/pub/misc/ \ +MASTER_SITES= ftp://ftp.bitchx.org/pub/misc/ \ ftp://ftp.plur.net/pub/software/bitchx/files/ \ - http://www.nectar.cc/distfiles/ + http://www.nectar.com/distfiles/ MAINTAINER= nectar@FreeBSD.org |