summaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-13 03:26:44 +0000
committerjlam <jlam>2005-05-13 03:26:44 +0000
commit0f9bf7e9b5cce63c6f292cc11c3a2a06e6f8beda (patch)
treefea5fdcca000ddfb5c445a2d203b65f50a5c8891 /security/courier-authlib
parent7f0d1eb5c203c9c289e0a70924ec0c48876d5c65 (diff)
downloadpkgsrc-0f9bf7e9b5cce63c6f292cc11c3a2a06e6f8beda.tar.gz
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 (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index 0cc89482dc3..a4de7cdb3ab 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -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 @@ AUTHLIB_PLIST= ${AUTHEXAMPLEDIR}/authdaemonrc.dist
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