summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 02:37:33 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 02:37:33 +0000
commit55903ecd9ec4544dcb02b09b46dd83a3e35808cd (patch)
treed76b9ec39c9b7b0d491cda1739f13230ac8303b2 /math/gretl/files/patch-Makefile.in
parentThe ntp port now tracks the production branch, currently at 4.1.1a. (diff)
upgrade to 0.994
unbreak PR: 37687 Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/files/patch-Makefile.in')
-rw-r--r--math/gretl/files/patch-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in
new file mode 100644
index 000000000000..18ccc2247eff
--- /dev/null
+++ b/math/gretl/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig Tue Mar 12 02:54:07 2002
++++ Makefile.in Thu May 2 01:42:34 2002
+@@ -22,8 +22,9 @@
+ CC = gcc
+ endif
+
+-INSTALL_PROGRAM = ${INSTALL} -m 755
+-INSTALL_DATA = ${INSTALL} -m 644
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
++INSTALL_DATA = @INSTALL_DATA@
+
+ export
+