summaryrefslogtreecommitdiff
path: root/japanese/nkf/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/nkf/files/patch-aa')
-rw-r--r--japanese/nkf/files/patch-aa10
1 files changed, 1 insertions, 9 deletions
diff --git a/japanese/nkf/files/patch-aa b/japanese/nkf/files/patch-aa
index 2d2e23683984..f2883f9e6b35 100644
--- a/japanese/nkf/files/patch-aa
+++ b/japanese/nkf/files/patch-aa
@@ -14,7 +14,7 @@
+PERL?= perl5
+RM?= rm -rf
+INSTALL?= /usr/bin/install
- VERSION = 202
+ VERSION = 203
nkf : nkf.c config.h utf8tbl.o
$(CC) $(CFLAGS) -o nkf nkf.c utf8tbl.o
@@ -31,11 +31,3 @@
clean:
-$(RM) nkf.o nkf nkf.in nkf.out nkf$(VERSION) *~ *.bad utf8tbl.o
cd NKF.mod; make clean
-@@ -30,6 +38,7 @@
- -mkdir nkf$(VERSION)/NKF.mod
- for file in `cat MANIFEST`; \
- do \
-+
- nkf -j -m0 $$file > nkf$(VERSION)/$$file ; \
- done
- echo "#!/bin/sh" >nkf$(VERSION).shar