summaryrefslogtreecommitdiff
path: root/editors/led/files/patch-Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 11:21:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 11:21:34 +0000
commitd1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972 (patch)
tree05c308e43432bd0b03951f3ba2f2ae946ff5c4b4 /editors/led/files/patch-Makefile.in
parentadd lr 1.6 (diff)
upgrade to 2.0
PR: 40581 Submitted by: maintainer
Diffstat (limited to 'editors/led/files/patch-Makefile.in')
-rw-r--r--editors/led/files/patch-Makefile.in19
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