Use ${SHELL} to run install-sh since it may not be executable.

ok phessler@, landry@ who did run this through a full ports build.
This commit is contained in:
matthieu 2011-05-18 19:38:15 +00:00
parent 6236c7d71e
commit ed65c0eb91
6 changed files with 54 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2010/11/26 14:17:17 espie Exp $
# $OpenBSD: Makefile,v 1.8 2011/05/18 19:38:15 matthieu Exp $
COMMENT= GNU standards-compliant Makefile generator
VERSION= 1.10
DISTNAME= automake-${VERSION}.3
REVISION = 0
REVISION = 1
PKGSPEC = automake->=${VERSION},<1.11
CATEGORIES= devel

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-lib_am_header-vars_am,v 1.1 2011/05/18 19:38:15 matthieu Exp $
--- lib/am/header-vars.am.orig Tue Dec 8 20:35:33 2009
+++ lib/am/header-vars.am Mon May 16 08:16:06 2011
@@ -35,9 +35,9 @@ pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
+install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
+install_sh_PROGRAM = ${SHELL} $(install_sh) -c
+install_sh_SCRIPT = ${SHELL} $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/05 18:55:34 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/05/18 19:38:15 matthieu Exp $
COMMENT= GNU standards-compliant Makefile generator
VERSION= 1.11
DISTNAME= automake-${VERSION}.1
REVISION= 0
PKGSPEC = automake->=${VERSION},<1.12
CATEGORIES= devel

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-lib_am_header-vars_am,v 1.1 2011/05/18 19:38:15 matthieu Exp $
--- lib/am/header-vars.am.orig Tue Dec 8 19:02:32 2009
+++ lib/am/header-vars.am Mon May 16 08:18:03 2011
@@ -34,9 +34,9 @@ pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
+install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
+install_sh_PROGRAM = ${SHELL} $(install_sh) -c
+install_sh_SCRIPT = ${SHELL} $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2011/05/05 12:30:16 dcoppa Exp $
# $OpenBSD: Makefile,v 1.19 2011/05/18 19:38:15 matthieu Exp $
COMMENT= GNU standards-compliant Makefile generator
VERSION= 1.9
DISTNAME= automake-${VERSION}.6
REVISION= 6
REVISION= 7
PKGSPEC = automake->=${VERSION},<1.10
CATEGORIES= devel

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-lib_am_header-vars_am,v 1.1 2011/05/18 19:38:15 matthieu Exp $
--- lib/am/header-vars.am.orig Sun May 15 23:32:42 2011
+++ lib/am/header-vars.am Sun May 15 23:33:29 2011
@@ -41,9 +41,9 @@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
+install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
+install_sh_PROGRAM = ${SHELL} $(install_sh) -c
+install_sh_SCRIPT = ${SHELL} $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)