diff options
author | adrianp <adrianp> | 2006-01-29 20:20:51 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-01-29 20:20:51 +0000 |
commit | 1315f4afe459450217d810b30e6eb4e1deac6bb9 (patch) | |
tree | b2c2fba2b92a46d61efa779f05b178b42b412e60 /net/snort-prelude | |
parent | e09bf44fdb86b0b13464edbf6f24538470e82b9e (diff) | |
download | pkgsrc-1315f4afe459450217d810b30e6eb4e1deac6bb9.tar.gz |
Fix COMMENT
Diffstat (limited to 'net/snort-prelude')
-rw-r--r-- | net/snort-prelude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort-prelude/Makefile b/net/snort-prelude/Makefile index ad9659e5bb1..19ed8c9ffeb 100644 --- a/net/snort-prelude/Makefile +++ b/net/snort-prelude/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 16:50:58 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/29 20:20:51 adrianp Exp $ .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-prelude-/} PKGREVISION= 2 -COMMENT= Network Intrusion Detection System (with MySQL support) +COMMENT= Network Intrusion Detection System (with Prelude support) CONFLICTS+= snort-[0-9]* CONFLICTS+= snort-pgsql-[0-9]* |