diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-07 23:49:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-07 23:49:28 +0000 |
commit | b3cd887fd9f464851984b06770d234ca230f4b9d (patch) | |
tree | 0ed3d10dece9b4f4c4533e2ef5f895f8939471dc /security/pakemon | |
parent | 2eb77765fa3d55ec82d60a8aa33a6d3ac3bada0c (diff) | |
download | pkgsrc-b3cd887fd9f464851984b06770d234ca230f4b9d.tar.gz |
Update MASTER_SITES and HOMEPAGE.
From Jim Geovedi on tech-pkg <20021007224707.GA16634@toxic.magnesium.net>.
Diffstat (limited to 'security/pakemon')
-rw-r--r-- | security/pakemon/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 2cb377d4078..2d9fa277f2d 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2002/10/02 19:11:59 dillo Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/07 23:49:28 wiz Exp $ DISTNAME= pakemon-0.3.1 CATEGORIES= security -MASTER_SITES= http://www.inas.mag.keio.ac.jp/ids/pakemon/ +MASTER_SITES= http://www.sfc.keio.ac.jp/~keiji/ids/pakemon/ \ + http://www.binarii.com/files/security/ \ + http://www.mirrors.wiretapped.net/security/network-intrusion-detection/pakemon/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.inas.mag.keio.ac.jp/ids/pakemon/ +HOMEPAGE= http://web.sfc.keio.ac.jp/~keiji/backup/ids/pakemon/index.html COMMENT= packet monster, an Open Source Intrusion Detection System DEPENDS+= libnet-[0-9]*:../../devel/libnet |