diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-07 18:32:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-07 18:32:45 +0000 |
commit | 9827c42e6e40322396ceca84b8d6e28869293369 (patch) | |
tree | 42d75b4b3049c67696dbf2a31038aa6fbd5a5500 /security/smurflog | |
parent | 0a4bbae1671636efd83a2d039f8a9707b58e45f9 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=15915
Diffstat (limited to 'security/smurflog')
-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 ea0e60a850a0..1933528ee943 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 |