1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/gretl/files/patch-share::bcih::Makefile.in

12 lines
272 B
Plaintext
Raw Normal View History

--- share/bcih/Makefile.in.orig 2009-11-24 00:57:13.000000000 +0900
+++ share/bcih/Makefile.in 2009-12-04 04:05:47.000000000 +0900
@@ -2,7 +2,7 @@
CC = @CC@
HOSTCC = @HOSTCC@
-INSTALL_DATA = cp -fp
+INSTALL_DATA = @INSTALL_DATA@
ifeq ($(HOSTCC),)
HOSTCC = $(CC)