From ccafcd92256250dfd54a36d857213ab31532f32d Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Nov 2002 13:43:48 +0000 Subject: COMMENT should be set in Makefile, not any common Makefile parts. --- net/snort/Makefile | 3 ++- net/snort/Makefile.common | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'net/snort') 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 -- cgit v1.2.3