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 | b4cfcb4e23024bb7bb3e78b6e64b68efe612e778 (patch) | |
tree | 510974c436c25a633476511a85e18bf5e6f7c50e | |
parent | 980671ac35215697d75d77ba6389b5dc8780efb0 (diff) | |
download | pkgsrc-b4cfcb4e23024bb7bb3e78b6e64b68efe612e778.tar.gz |
Fixed the path to the manual pages.
-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" |