pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/courier-imap Pass the install-time definition of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e221b80ed62
branches: trunk
changeset: 493716:0e221b80ed62
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri May 13 05:20:48 2005 +0000
description:
Pass the install-time definition of sysconfdir through to sub-make
processes. Since courier-imap uses GNU automake, we need to set
AM_MAKEFLAGS to the correct value. This fixes the installation of
the example config files into ${PREFIX}/share/examples/courier.
diffstat:
mail/courier-imap/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r bd14d9f6c34d -r 0e221b80ed62 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile Fri May 13 03:54:35 2005 +0000
+++ b/mail/courier-imap/Makefile Fri May 13 05:20:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:18 tv Exp $
+# $NetBSD: Makefile,v 1.37 2005/05/13 05:20:48 jlam Exp $
DISTNAME= courier-imap-4.0.2
PKGBASE= ${DISTNAME:C/-[^-]*$//}
@@ -27,7 +27,8 @@
CONFIGURE_ARGS+= --program-transform-name='s/\.rc$$//'
CONFIGURE_ENV+= OPENSSL=${SSLBASE}/bin/openssl
-INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
+INSTALL_AM_MAKEFLAGS= sysconfdir=${EGDIR}
+INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q}
GEN_FILES= imapd imapd-ssl pop3d pop3d-ssl
SSLCNF_FILES= imapd.cnf pop3d.cnf
Home |
Main Index |
Thread Index |
Old Index