summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-09 13:43:48 +0000
committerwiz <wiz>2002-11-09 13:43:48 +0000
commitccafcd92256250dfd54a36d857213ab31532f32d (patch)
treed6d270a0684f3be055e5d49fda12bde02ec6b23c /net/snort
parentb9cffd5dfc7b774060d7aca19689da8e5b6215c1 (diff)
downloadpkgsrc-ccafcd92256250dfd54a36d857213ab31532f32d.tar.gz
COMMENT should be set in Makefile, not any common Makefile parts.
Diffstat (limited to 'net/snort')
-rw-r--r--net/snort/Makefile3
-rw-r--r--net/snort/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile
index 119a8bf948d..486d9b4351c 100644
--- a/net/snort/Makefile
+++ b/net/snort/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2002/10/10 12:23:05 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2002/11/09 13:44:43 wiz Exp $
#
.include "Makefile.common"
+COMMENT= Libpcap-based packet sniffer/logger
USE_BUILDLINK2= YES
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index bb220bba1f6..a8b146e0ed4 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2002/10/13 04:42:12 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.6 2002/11/09 13:44:43 wiz Exp $
#
DISTNAME?= snort-1.9.0
@@ -13,7 +13,6 @@ MASTER_SITES?= http://www.snort.org/releases/ \
MAINTAINER?= packages@netbsd.org
HOMEPAGE?= http://www.snort.org/
-COMMENT?= Libpcap-based packet sniffer/logger
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include