pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/libkver
Module Name: pkgsrc
Committed By: jlam
Date: Sat Aug 19 00:22:00 UTC 2017
Modified Files:
pkgsrc/pkgtools/libkver: Makefile
Log Message:
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}.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/pkgtools/libkver/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/libkver/Makefile
diff -u pkgsrc/pkgtools/libkver/Makefile:1.36 pkgsrc/pkgtools/libkver/Makefile:1.37
--- pkgsrc/pkgtools/libkver/Makefile:1.36 Thu Oct 9 14:06:49 2014
+++ pkgsrc/pkgtools/libkver/Makefile Sat Aug 19 00:22:00 2017
@@ -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+= lib ${PKGMANDIR}/man
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