diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-09 13:43:48 +0000 |
commit | b8de028caa15c339e1650b5f8ffd5c029dad3176 (patch) | |
tree | d6d270a0684f3be055e5d49fda12bde02ec6b23c /net/snort | |
parent | bf5ac015798338ea44aca56a8854dd9fa1a1a837 (diff) | |
download | pkgsrc-b8de028caa15c339e1650b5f8ffd5c029dad3176.tar.gz |
COMMENT should be set in Makefile, not any common Makefile parts.
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 3 | ||||
-rw-r--r-- | net/snort/Makefile.common | 3 |
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 |