summaryrefslogtreecommitdiff
path: root/mk/configure/bsd.configure-vars.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/configure/bsd.configure-vars.mk')
-rw-r--r--mk/configure/bsd.configure-vars.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/configure/bsd.configure-vars.mk b/mk/configure/bsd.configure-vars.mk
index 5167a83f0b5..dd3914ce02d 100644
--- a/mk/configure/bsd.configure-vars.mk
+++ b/mk/configure/bsd.configure-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.configure-vars.mk,v 1.2 2007/03/01 18:30:36 wiz Exp $
+# $NetBSD: bsd.configure-vars.mk,v 1.3 2007/06/04 12:10:20 rillig Exp $
#
# CONFIGURE_DIRS is the list of directories in which to run the
# configure process. If the directories are relative paths,
@@ -25,3 +25,8 @@ SCRIPTS_ENV+= VIEWBASE=${VIEWBASE}
SCRIPTS_ENV+= WRKDIR=${WRKDIR}
SCRIPTS_ENV+= WRKSRC=${WRKSRC}
SCRIPTS_ENV+= X11BASE=${X11BASE}
+
+.if defined(GNU_CONFIGURE)
+TOOLS_CREATE+= install_sh
+TOOLS_SCRIPT.install_sh= ${INSTALL} "$$@"
+.endif