pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Pass the install-time definit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9cd707208f6
branches:  trunk
changeset: 493714:c9cd707208f6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri May 13 03:26:44 2005 +0000

description:
Pass the install-time definition of variables that specify the locations
of the example config files through to sub-make processes.  Since
courier-authlib uses GNU automake, we need to set AM_MAKEFLAGS to the
correct value.  This fixes the installation of the *.dist files into
${PREFIX}/share/examples/courier-authlib.

diffstat:

 security/courier-authlib/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d99f1709d429 -r c9cd707208f6 security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Fri May 13 02:35:40 2005 +0000
+++ b/security/courier-authlib/Makefile Fri May 13 03:26:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:11 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/13 03:26:44 jlam Exp $
 
 .include "Makefile.common"
 
@@ -56,11 +56,12 @@
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
 
 # Install the example config files into ${EGDIR}.
-INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS}                                   \
-                       authdaemonrc=${EGDIR}/authdaemonrc              \
+INSTALL_AM_MAKEFLAGS=  authdaemonrc=${EGDIR}/authdaemonrc              \
                        authldaprc=${EGDIR}/authldaprc                  \
                        authmysqlrc=${EGDIR}/authmysqlrc                \
                        authpgsqlrc=${EGDIR}/authpgsqlrc
+INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS}                                   \
+                       AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q}
 
 POST_INSTALL_TARGETS=  post-install-common
 



Home | Main Index | Thread Index | Old Index