pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libkver pkgtools/libkver: Install manpages in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d5536384c25
branches:  trunk
changeset: 366881:1d5536384c25
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 19 00:22:00 2017 +0000

description:
pkgtools/libkver: Install manpages into ${PKGMANDIR}.

This project uses BSD makefiles to build and install the binaries
and manpages.  Add "MANDIR=..." to the flags passed to
"make install" so that the manpages are installed in the correct
location under ${PKGMANDIR}.

diffstat:

 pkgtools/libkver/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 05330d813d47 -r 1d5536384c25 pkgtools/libkver/Makefile
--- a/pkgtools/libkver/Makefile Sat Aug 19 00:21:43 2017 +0000
+++ b/pkgtools/libkver/Makefile Sat Aug 19 00:22:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/10/09 14:06:49 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/08/19 00:22:00 jlam Exp $
 
 PKGNAME=               libkver-${VERSION}
 CATEGORIES=            pkgtools
@@ -42,6 +42,8 @@
 INSTALLATION_DIRS+=    sbin
 .endif
 
+INSTALL_MAKE_FLAGS+=   MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
+
 do-extract:
        ${CP} -R ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index