pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sqwebmail Pass the install-time definition of sys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d99f1709d429
branches: trunk
changeset: 493713:d99f1709d429
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri May 13 02:35:40 2005 +0000
description:
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.
diffstat:
mail/sqwebmail/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ab04c62d740c -r d99f1709d429 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile Thu May 12 22:37:45 2005 +0000
+++ b/mail/sqwebmail/Makefile Fri May 13 02:35:40 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index