diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-20 23:03:57 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-20 23:03:57 +0000 |
commit | c5b1de4b56bcfc3ccc1240a17b0a72bfd73d844b (patch) | |
tree | 3a8550609c05eb0a950d216c33cb1843345860af /devel | |
parent | 27a76238a29f32fac4f102664acd9d92507c9381 (diff) | |
download | pkgsrc-c5b1de4b56bcfc3ccc1240a17b0a72bfd73d844b.tar.gz |
Add missing PLIST entry - ride recent import
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnet11/Makefile | 10 | ||||
-rw-r--r-- | devel/libnet11/PLIST | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/libnet11/Makefile b/devel/libnet11/Makefile index eee1107f8c5..a4ee0611150 100644 --- a/devel/libnet11/Makefile +++ b/devel/libnet11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 18:04:57 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/20 23:03:57 adrianp Exp $ DISTNAME= libnet-1.1.2.1 CATEGORIES= devel net @@ -12,9 +12,9 @@ CONFLICTS= libnet-1.0.[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/libnet LNDOCS= DESIGN_NOTES MIGRATION PACKET_BUILDING RAWSOCKET_NON_SEQUITUR @@ -45,4 +45,6 @@ post-install: ${PREFIX}/share/doc/libnet/; \ done + ${INSTALL_SCRIPT} ${WRKSRC}/libnet-config ${PREFIX}/bin + .include "../../mk/bsd.pkg.mk" diff --git a/devel/libnet11/PLIST b/devel/libnet11/PLIST index e64e8807ba9..1bc9ea22867 100644 --- a/devel/libnet11/PLIST +++ b/devel/libnet11/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/20 18:04:58 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/01/20 23:03:57 adrianp Exp $ +bin/libnet-config include/libnet.h include/libnet/libnet-asn1.h include/libnet/libnet-functions.h |