diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-18 02:22:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-18 02:22:40 +0000 |
commit | 471a3ba4874f97a6d55e09d768915d9b11cfb73d (patch) | |
tree | 35c78e1f36a965ba90e6274411ba788254487f53 | |
parent | 59a2a8bf77734965fc2eb1d9da2f2248a40d26e8 (diff) | |
download | pkgsrc-471a3ba4874f97a6d55e09d768915d9b11cfb73d.tar.gz |
Needs ${PKGMANDIR}/man3 precreated.
-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 a5bac6d4c3e..4d2234db9f7 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/10/03 16:54:02 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2006/12/18 02:22:40 joerg Exp $ # DISTNAME= libnet-1.0.2a @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \ LIBNET_CONFIG_LIBS=${LDFLAGS:M*:Q} -INSTALLATION_DIRS= bin lib share/examples +INSTALLATION_DIRS= bin lib share/examples ${PKGMANDIR}/man3 post-extract: ${CHMOD} -R a+r ${WRKSRC}/doc |