summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2007-03-19 17:00:17 +0000
committerreed <reed@pkgsrc.org>2007-03-19 17:00:17 +0000
commit9ff1a9f7d3d8c12fda0db2d3c81b2e81f0d66e66 (patch)
treefc9446842ca8f95c3757009366ae353a51cdaf8a /mail/imap-uw
parent98a8594109c1b343712020a34646d90b5cf2b126 (diff)
downloadpkgsrc-9ff1a9f7d3d8c12fda0db2d3c81b2e81f0d66e66.tar.gz
Run ${SETENV} ${MAKE_ENV} before ${LIBTOOL} during do-install steps.
This fixes build where libtool was not in the default path. This is for my PR #36020.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 4cbeba21ca8..bcd48f56116 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2007/02/22 19:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2007/03/19 17:00:17 reed Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -20,8 +20,8 @@ USE_LIBTOOL= yes
MAKE_ENV+= LIBTOOL=libtool
MAKE_ENV+= LTCOMPILE="libtool --mode=compile"
MAKE_ENV+= LTLINK="libtool --mode=link"
-LTINSTALL_PROGRAM= ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}
-LTINSTALL_LIB= ${LIBTOOL} --mode=install ${INSTALL_LIB}
+LTINSTALL_PROGRAM= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}
+LTINSTALL_LIB= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_LIB}
.include "../../mk/bsd.prefs.mk"