diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:20:17 +0000 |
commit | c1b54b4f61922c33d9de664f0881815f97d7f008 (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/pakemon | |
parent | 8cee801716c19084440add72337db8c66fdecd77 (diff) | |
download | pkgsrc-c1b54b4f61922c33d9de664f0881815f97d7f008.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/pakemon')
-rw-r--r-- | security/pakemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index e66855f5fb5..45a2652aead 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:53:09 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:26 martti Exp $ DISTNAME= pakemon-0.3.1 CATEGORIES= security @@ -8,7 +8,7 @@ MASTER_SITES= http://www.sfc.keio.ac.jp/~keiji/ids/pakemon/ \ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://web.sfc.keio.ac.jp/~keiji/backup/ids/pakemon/index.html -COMMENT= packet monster, an Open Source Intrusion Detection System +COMMENT= Packet monster, an Open Source Intrusion Detection System DEPENDS+= libnet-[0-9]*:../../devel/libnet # libnids provides static library only, thus it isn't necessary at run-time, |