summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>1999-05-20 19:50:09 +0000
committertron <tron>1999-05-20 19:50:09 +0000
commitd67f38247ac026d326fe2ddbe06d658f370f9f47 (patch)
tree7c2ba0e934c06aa8b370137f6a5301af78e881e0
parent56d5a86f4bf86c899dc186e758da04250db271e7 (diff)
downloadpkgsrc-d67f38247ac026d326fe2ddbe06d658f370f9f47.tar.gz
Always add "${INSTALL_DATA}" to environment for "configure" target, too.
-rw-r--r--mk/bsd.pkg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 5f2a368c271..4368ddee45f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.267 1999/05/20 19:21:02 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.268 1999/05/20 19:50:09 tron Exp $
#
# This file is in the public domain.
#
@@ -1111,6 +1111,7 @@ do-configure:
${_PKG_SILENT}(${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} CC="${CC}" ac_cv_path_CC="${CC}" \
CFLAGS="${CFLAGS}" \
INSTALL="`${TYPE} ${INSTALL} | ${AWK} '{ print $$NF }'` -c -o ${BINOWN} -g ${BINGRP}" \
+ INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})