summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-19 00:20:02 +0000
committerjlam <jlam@pkgsrc.org>2017-08-19 00:20:02 +0000
commit4d7847982da26120172ba80d0b420b92e1cb7363 (patch)
tree1a786b6415c6f63c62e1a09ff157e09e4b577281
parentc10ae8af9b12f2793cc5bd6fd3c4b1a3df700d43 (diff)
downloadpkgsrc-4d7847982da26120172ba80d0b420b92e1cb7363.tar.gz
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}.
-rw-r--r--sysutils/bkpupsd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile
index 6fba53b803e..e809925f44a 100644
--- a/sysutils/bkpupsd/Makefile
+++ b/sysutils/bkpupsd/Makefile
@@ -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 @@ ONLY_FOR_PLATFORM= NetBSD-*-*
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}