pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bkpupsd



Module Name:    pkgsrc
Committed By:   jlam
Date:           Sat Aug 19 00:20:02 UTC 2017

Modified Files:
        pkgsrc/sysutils/bkpupsd: Makefile

Log Message:
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}.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/bkpupsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/bkpupsd/Makefile
diff -u pkgsrc/sysutils/bkpupsd/Makefile:1.33 pkgsrc/sysutils/bkpupsd/Makefile:1.34
--- pkgsrc/sysutils/bkpupsd/Makefile:1.33       Tue Sep 10 14:42:19 2013
+++ pkgsrc/sysutils/bkpupsd/Makefile    Sat Aug 19 00:20:02 2017
@@ -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}
 



Home | Main Index | Thread Index | Old Index