aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/nkf/files
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2003-12-04 11:00:03 +0800
committermax <max@FreeBSD.org>2003-12-04 11:00:03 +0800
commita075d7e063d5bc24cf6168cc5a316321d8341409 (patch)
tree36ecab737cf4634634392bd989667a44627bcebe /japanese/nkf/files
parent0821e982391ffb0ad04004d4634ebb96cad73d4c (diff)
downloadfreebsd-ports-gnome-a075d7e063d5bc24cf6168cc5a316321d8341409.tar.gz
freebsd-ports-gnome-a075d7e063d5bc24cf6168cc5a316321d8341409.tar.zst
freebsd-ports-gnome-a075d7e063d5bc24cf6168cc5a316321d8341409.zip
Upgrade to 2.03.
Pointed-out by: "Takayuki Nakao" <t@nakao.org>
Diffstat (limited to 'japanese/nkf/files')
-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