diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-01-24 15:14:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-01-24 15:14:30 +0000 |
commit | 37cfd558b8a2bee34542b977b75bfa1381ba8341 (patch) | |
tree | 00f6bf50ebee4f0250e744b746c421d5f6321199 /chinese/ted | |
parent | bb74c7dc8a692df58101a519a5edbb99e066192c (diff) | |
download | freebsd-ports-37cfd558b8a2bee34542b977b75bfa1381ba8341.zip |
Remove BROKEN tag, fix some problem.
Diffstat (limited to 'chinese/ted')
-rw-r--r-- | chinese/ted/files/patch-aa | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa index b351bf2674e0..4b2cfea87454 100644 --- a/chinese/ted/files/patch-aa +++ b/chinese/ted/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Wed Jan 7 14:03:22 1998 -+++ Makefile Mon Jan 19 20:50:24 1998 ++++ Makefile Sat Jan 24 22:58:08 1998 @@ -1,5 +1,5 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted @@ -38,8 +38,9 @@ $(CC) $(CFLAGS) ctags.c -o $@ strip $@ install: +- cp ted ref ctags /usr/local/bin + install -c -s -o bin -g bin -m 0755 ted /usr/X11R6/bin - cp ted ref ctags /usr/local/bin ++# cp ted ref ctags /usr/local/bin if [ ! -d $(TEDDIR) ]; then mkdir $(TEDDIR); fi - cp tedrc tedrc.vi tedrc.grep ted.help ted.filevisit $(TEDDIR) -cli_xcin.o: |