diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:40:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:40:44 +0000 |
commit | ca0de62c2f89b050cbca284b897c1df318db14b0 (patch) | |
tree | 4fe48a39e6c04111852af7abaca8e2e5082ce8eb /devel | |
parent | 68a391f99d855f8f83b18d3e37e3ce474b331ca9 (diff) | |
download | pkgsrc-ca0de62c2f89b050cbca284b897c1df318db14b0.tar.gz |
Add lib to INSTALLATION_DIRS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 7f6dc89c241..0dd9f8ad8ff 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/25 05:35:44 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/25 05:40:44 minskim Exp $ # DISTNAME= libnet-1.0.1b @@ -20,7 +20,7 @@ GNU_CONFIGURE= # defined CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \ LIBNET_CONFIG_LIBS="${LDFLAGS}" -INSTALLATION_DIRS= bin share/examples +INSTALLATION_DIRS= bin lib share/examples post-extract: ${CHMOD} -R a+r ${WRKSRC}/doc |