aboutsummaryrefslogtreecommitdiff
path: root/editors/led/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/led/files')
-rw-r--r--editors/led/files/patch-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in
new file mode 100644
index 000000000000..917e6003cefd
--- /dev/null
+++ b/editors/led/files/patch-Makefile.in
@@ -0,0 +1,19 @@
+
+$FreeBSD$
+
+--- Makefile.in 2001/06/07 09:15:55 1.1
++++ Makefile.in 2001/06/07 09:15:12
+@@ -28,11 +28,11 @@
+
+ install: all
+ @INSTALL@ -d @prefix@/bin
+- @INSTALL@ src/$(PROG) @prefix@/bin/
++ @INSTALL@ -s src/$(PROG) @prefix@/bin/
+
+ @INSTALL@ -d @prefix@/lib/$(PROG)
+ for i in build-modes/* ; do \
+- @INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \
++ @INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \
+ done
+
+ @INSTALL@ -d @prefix@/man/man1