diff options
author | rillig <rillig> | 2006-10-03 16:54:02 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-03 16:54:02 +0000 |
commit | 6a77f949a0ef750bafe3679d3bfbe8063c4879fb (patch) | |
tree | 510974c436c25a633476511a85e18bf5e6f7c50e /devel | |
parent | 674f4c637d11e79bd2bb58178097cf35601009d3 (diff) | |
download | pkgsrc-6a77f949a0ef750bafe3679d3bfbe8063c4879fb.tar.gz |
Fixed the path to the manual pages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnet/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 3ad202e1ad5..a5bac6d4c3e 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/09/03 00:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/10/03 16:54:02 rillig Exp $ # DISTNAME= libnet-1.0.2a @@ -24,4 +24,9 @@ INSTALLATION_DIRS= bin lib share/examples post-extract: ${CHMOD} -R a+r ${WRKSRC}/doc +SUBST_CLASSES+= man +SUBST_STAGE.man= pre-configure +SUBST_FILES.man= Makefile.in +SUBST_SED.man= -e 's,@MAN_PREFIX@,${PREFIX}/${PKGMANDIR}/man3,g' + .include "../../mk/bsd.pkg.mk" |