diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-03 16:54:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-03 16:54:02 +0000 |
commit | baac0ab9328aca9aa08d09bd86e126d87577db26 (patch) | |
tree | 510974c436c25a633476511a85e18bf5e6f7c50e /devel | |
parent | 418b097aa324c1030abf893de9ddb5d38dd737ce (diff) | |
download | pkgsrc-baac0ab9328aca9aa08d09bd86e126d87577db26.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" |