diff options
Diffstat (limited to 'editors/led/files/patch-Makefile.in')
-rw-r--r-- | editors/led/files/patch-Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in deleted file mode 100644 index 917e6003cefd..000000000000 --- a/editors/led/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ - -$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 |