summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authortv <tv>2004-04-23 02:03:18 +0000
committertv <tv>2004-04-23 02:03:18 +0000
commita58d9e65b50c7aa91cc0e18d2a7eef263c62fa3f (patch)
tree6f127847ae92fe7bad022359fa158e280b6e27f0 /mk/bsd.pkg.mk
parentd94fc7c0cecae4aa2233dbd8221aa7dd2036e3a5 (diff)
downloadpkgsrc-a58d9e65b50c7aa91cc0e18d2a7eef263c62fa3f.tar.gz
Rather than work around an automake braindeadness, parameterize install-sh
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL).
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index bab699c4ece..749544ade0c 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1447 2004/04/23 01:21:12 danw Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1448 2004/04/23 02:03:18 tv Exp $
#
# This file is in the public domain.
#
@@ -371,7 +371,7 @@ CPPFLAGS+= ${CPP_PRECOMP_FLAGS}
CONFIGURE_ENV+= LIBS="${LIBS}"
CONFIG_SHELL?= ${SH}
CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL}
-MAKE_FLAGS+= mkdir_p="${INSTALL_DATA_DIR}"
+CONFIGURE_ENV+= install_sh=${INSTALL:Q}
.endif
.if defined(_OPSYS_LIBTOOL_REQD)