pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/bkpupsd sysutils/bkpupsd: Install manpages in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/97c2181e6b1b
branches: trunk
changeset: 366872:97c2181e6b1b
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 19 00:20:02 2017 +0000
description:
sysutils/bkpupsd: 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:
sysutils/bkpupsd/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4d3b25d09dae -r 97c2181e6b1b sysutils/bkpupsd/Makefile
--- a/sysutils/bkpupsd/Makefile Sat Aug 19 00:19:49 2017 +0000
+++ b/sysutils/bkpupsd/Makefile Sat Aug 19 00:20:02 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/09/10 14:42:19 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2017/08/19 00:20:02 jlam Exp $
#
DISTNAME= bkpupsd-2.2.1
@@ -25,8 +25,8 @@
DOCDIR= ${PREFIX}/share/doc/bkpupsd
MAKE_ENV+= DEFAULT_DEVICE=${DEFAULT_SERIAL_DEVICE:Q} DOCDIR=${DOCDIR:Q} \
RCD_SCRIPTS_EXAMPLEDIR=${RCD_SCRIPTS_EXAMPLEDIR:Q}
-MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
-MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP}
+
+INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
MESSAGE_SUBST+= DOCDIR=${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index