diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-07 18:32:45 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-07 18:32:45 +0000 |
commit | e701b9d26e74de58bd4201f89978f857ecd0b111 (patch) | |
tree | dc31d2d93fbd96ea6dbe80982130910c2fb94e55 | |
parent | cc06d8ad64ba1be8a18cd53e8c2cf44edca7dda1 (diff) | |
download | FreeBSD-ports-e701b9d26e74de58bd4201f89978f857ecd0b111.zip FreeBSD-ports-e701b9d26e74de58bd4201f89978f857ecd0b111.tar.gz |
Remove broken MASTER_SITES, and add a new site. This leaves us with
only one site. Hopefully I can locate the author and determine the
status of this package.
-rw-r--r-- | security/smurflog/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index ea0e60a..1933528 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -3,13 +3,14 @@ # Date created: 7/06/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1998/12/01 04:04:06 nectar Exp $ +# $Id: Makefile,v 1.5 1998/12/03 00:40:50 obrien Exp $ # DISTNAME= smurflog-2.1 CATEGORIES= net security -MASTER_SITES= http://www.sy.net/security/ \ - http://www.bitchx.com/~humble/files/ +MASTER_SITES= http://www.nectar.com/distfiles/ +# http://www.sy.net/security/ \ +# http://www.bitchx.com/~humble/files/ MAINTAINER= nectar@FreeBSD.ORG |