aboutsummaryrefslogtreecommitdiff
path: root/editors/led/files
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
parentac3d53cabf0ab7277b9efc31a927f845ade3c6c0 (diff)
downloadports-d1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972.tar.gz
ports-d1d3bfbc7fc40b45737a9c5d9d9b535d5d37b972.zip
Notes
Diffstat (limited to 'editors/led/files')
-rw-r--r--editors/led/files/patch-Makefile.in19
-rw-r--r--editors/led/files/patch-src::file.c12
2 files changed, 0 insertions, 31 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
diff --git a/editors/led/files/patch-src::file.c b/editors/led/files/patch-src::file.c
deleted file mode 100644
index e0df894f46ba..000000000000
--- a/editors/led/files/patch-src::file.c
+++ /dev/null
@@ -1,12 +0,0 @@
-
-$FreeBSD$
-
---- src/file.c.orig Sun Jun 10 06:44:19 2001
-+++ src/file.c Tue Apr 30 02:15:40 2002
-@@ -148,4 +148,6 @@
-
- curr = curr->next;
- }
-+ fflush(fp);
-+ fsync(fileno(fp));
- }