pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libnet Fixed the path to the manual pages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca1bcd8d1e8b
branches:  trunk
changeset: 519471:ca1bcd8d1e8b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 03 16:54:02 2006 +0000

description:
Fixed the path to the manual pages.

diffstat:

 devel/libnet/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1930fc8cafd6 -r ca1bcd8d1e8b devel/libnet/Makefile
--- a/devel/libnet/Makefile     Tue Oct 03 15:56:31 2006 +0000
+++ b/devel/libnet/Makefile     Tue Oct 03 16:54:02 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index