1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/math/grace/files/patch-aa
Lars Koeller de624ba756 Upfdate to version 5.1.2. Necessary for this version was an update of
XmHTML to version 1.1.7. By the way xbae was updated to 4.8.4.
PR: ports/20464, ports/20975, ports/21919
2000-12-29 16:22:02 +00:00

19 lines
657 B
Plaintext

*** configure.orig Mon May 22 19:54:43 2000
--- configure Mon May 22 19:54:47 2000
***************
*** 2590,2596 ****
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
--- 2590,2596 ----
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'