diff options
author | nectar <nectar@FreeBSD.org> | 2000-01-16 19:12:05 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-01-16 19:12:05 +0000 |
commit | a068f8a173d371ba5a8b9f0167942432094bb085 (patch) | |
tree | b9bbf2fdf0b582834767e002ec8691c30ff09f1b | |
parent | 482db597eacda04b8a78424fba298ba0fbbd2345 (diff) | |
download | FreeBSD-ports-a068f8a173d371ba5a8b9f0167942432094bb085.zip FreeBSD-ports-a068f8a173d371ba5a8b9f0167942432094bb085.tar.gz |
Remove unavailable MASTER_SITES entry
-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 a336ef3..5beed37 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 |