pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libnet Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a85a65d6e6a
branches:  trunk
changeset: 474040:2a85a65d6e6a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 25 05:35:44 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 devel/libnet/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d68fbc980da7 -r 2a85a65d6e6a devel/libnet/Makefile
--- a/devel/libnet/Makefile     Sun Apr 25 05:32:01 2004 +0000
+++ b/devel/libnet/Makefile     Sun Apr 25 05:35:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/25 04:13:14 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/25 05:35:44 minskim Exp $
 #
 
 DISTNAME=      libnet-1.0.1b
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.packetfactory.net/libnet/
 COMMENT=       C library for portable packet creation and injection
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}/${DISTNAME:C/l/L/}
 USE_BUILDLINK3= yes
 
@@ -18,6 +20,8 @@
 CONFIGURE_ENV+=        LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
                LIBNET_CONFIG_LIBS="${LDFLAGS}"
 
+INSTALLATION_DIRS=     bin share/examples
+
 post-extract:
        ${CHMOD} -R a+r ${WRKSRC}/doc
 



Home | Main Index | Thread Index | Old Index