diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:35:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:35:44 +0000 |
commit | 25e790f9946c32b51cf9d921ab6c9cf549d69af1 (patch) | |
tree | d63a1141638bfe82cc9f413f694f61fde500c56b /devel | |
parent | aa2e550523c03b513a28d4129b3e5886d257ff82 (diff) | |
download | pkgsrc-25e790f9946c32b51cf9d921ab6c9cf549d69af1.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnet/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index bee2516ac52..7f6dc89c241 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -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 @@ MAINTAINER= sakamoto@NetBSD.org 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 @@ GNU_CONFIGURE= # defined 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 |