diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 11:25:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 11:25:52 +0000 |
commit | 972eeb77cfaa8dd7ade15b95967ad59bbe979442 (patch) | |
tree | fa48619683087600630c1b4282f5278ae4fa70e5 /net | |
parent | 4c417fcada56ee101baf3885fc06c6525a5bcde3 (diff) | |
download | pkgsrc-972eeb77cfaa8dd7ade15b95967ad59bbe979442.tar.gz |
Set LICENSE=gnu-gpl-v2
Diffstat (limited to 'net')
-rw-r--r-- | net/libnids/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index e265c2b1e8b..194c45bd22f 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/05/06 21:54:54 adrianp Exp $ +# $NetBSD: Makefile,v 1.25 2009/12/09 11:25:52 obache Exp $ # DISTNAME= libnids-1.23 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libnids.sourceforge.net/ COMMENT= Network monitoring library with TCP/IP reassembly +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |