diff options
author | tv <tv@pkgsrc.org> | 2004-04-23 02:03:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-23 02:03:18 +0000 |
commit | 16fb5e30af1229bf11a01f2b33c7659598de8500 (patch) | |
tree | 6f127847ae92fe7bad022359fa158e280b6e27f0 /mk/bsd.pkg.mk | |
parent | abae35bcf4474229c6c8338bab5f2e55f785fd19 (diff) | |
download | pkgsrc-16fb5e30af1229bf11a01f2b33c7659598de8500.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.mk | 4 |
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) |