aboutsummaryrefslogtreecommitdiff
path: root/editors/led/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-07 09:26:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-07 09:26:51 +0000
commit62f42f13d79bac959d52594ba5e268a3783ef72c (patch)
treea20979dcdb70c83c328ec8d6b36cff7388f0b5ae /editors/led/files
parent36418c7b3f458b5dd3185da77d4ad45f33b11ea4 (diff)
downloadports-62f42f13d79bac959d52594ba5e268a3783ef72c.tar.gz
ports-62f42f13d79bac959d52594ba5e268a3783ef72c.zip
Notes
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