diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libnet/Makefile | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libnet/Makefile')
-rw-r--r-- | devel/libnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 8a42f17bf9f..12ce902a451 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/14 17:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 14:38:36 wiz Exp $ # DISTNAME= libnet-1.0.1b @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.packetfactory.net/libnet/ +COMMENT= C library for portable packet creation and injection USE_LIBTOOL= yes GNU_CONFIGURE= yes |