From 893cb224b202aa0885a618ad4f21793eaeca3239 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 13 May 2005 02:35:40 +0000 Subject: Pass the install-time definition of sysconfdir through to sub-make processes. Since sqwebmail 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/sqwebmail. --- mail/sqwebmail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 95e4de1186c..b74abfd9859 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.31 2005/05/13 02:35:40 jlam Exp $ DISTNAME= sqwebmail-5.0.1 PKGBASE= ${DISTNAME:C/-[^-]*$//} @@ -21,7 +21,8 @@ USE_PERL5= yes .include "../../mail/courier-maildir/Makefile.common" .include "../../security/courier-authlib/Makefile.common" -INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} +INSTALL_AM_MAKEFLAGS= sysconfdir=${EGDIR} +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q} SQWEBMAIL_STATEDIR= ${VARBASE}/sqwebmail SQWEBMAIL_CACHEDIR= ${SQWEBMAIL_STATEDIR}/logincache -- cgit v1.2.3