Wed Dec 9 11:25:52 2009 UTC ()
Set LICENSE=gnu-gpl-v2


(obache)
diff -r1.24 -r1.25 pkgsrc/net/libnids/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/net/libnids/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libnids/Makefile 2009/05/06 21:54:54 1.24
+++ pkgsrc/net/libnids/Makefile 2009/12/09 11:25:52 1.25
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.24 2009/05/06 21:54:54 adrianp Exp $ 1# $NetBSD: Makefile,v 1.25 2009/12/09 11:25:52 obache Exp $
2# 2#
3 3
4DISTNAME= libnids-1.23 4DISTNAME= libnids-1.23
5CATEGORIES= net security 5CATEGORIES= net security
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://libnids.sourceforge.net/ 9HOMEPAGE= http://libnids.sourceforge.net/
10COMMENT= Network monitoring library with TCP/IP reassembly 10COMMENT= Network monitoring library with TCP/IP reassembly
 11LICENSE= gnu-gpl-v2
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15 16
16USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
17 18
18BUILDLINK_DEPMETHOD.libpcap= build 19BUILDLINK_DEPMETHOD.libpcap= build
19 20
20SUBST_CLASSES+= conf 21SUBST_CLASSES+= conf
21SUBST_STAGE.conf= pre-configure 22SUBST_STAGE.conf= pre-configure
22SUBST_FILES.conf= configure 23SUBST_FILES.conf= configure
23SUBST_MESSAGE.conf= Fixing configuration script. 24SUBST_MESSAGE.conf= Fixing configuration script.