SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/automake/1.8/patches/patch-lib_am_header-vars_am
Normal file
15
devel/automake/1.8/patches/patch-lib_am_header-vars_am
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- lib/am/header-vars.am.orig Mon Jan 5 20:28:28 2004
|
||||
+++ lib/am/header-vars.am Mon May 30 11:07:20 2011
|
||||
@@ -41,9 +41,9 @@ top_builddir = %TOPDIR%
|
||||
|
||||
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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue