diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-23 16:20:07 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-23 16:20:07 +0000 |
commit | eb683e13a0bcd4e37df05f0ab957352235392857 (patch) | |
tree | e596deb682cbf9e11a85c5dc5276a2f98c42201f /japanese/weblint97/files | |
parent | c4eea79a46a699659a1eca4e06c8479449058d38 (diff) | |
download | FreeBSD-ports-eb683e13a0bcd4e37df05f0ab957352235392857.zip FreeBSD-ports-eb683e13a0bcd4e37df05f0ab957352235392857.tar.gz |
Ja-weblint97 have contained "jcode.pl".
But jcode.pl is ported now.
Therefore separate jcode.pl from ja-weblint97.
PR: ports/7333
Submitted by: Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
Diffstat (limited to 'japanese/weblint97/files')
-rw-r--r-- | japanese/weblint97/files/patch-aa | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/weblint97/files/patch-aa b/japanese/weblint97/files/patch-aa index 1160c5c..4b4a0b3 100644 --- a/japanese/weblint97/files/patch-aa +++ b/japanese/weblint97/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Sat Mar 8 00:12:00 1997 -+++ Makefile Mon Jul 21 01:32:02 1997 ++++ Makefile Sun Aug 23 23:57:27 1998 @@ -5,12 +5,15 @@ SHELL = /bin/sh @@ -19,7 +19,11 @@ EXTLIB = html-ext.pl I18NLIB = htmli18n.pl JCODE = jcode.pl -@@ -48,7 +51,7 @@ +@@ -44,11 +47,10 @@ + -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) + -cp $(EXTLIB) $(LIBDIR) + -cp $(I18NLIB) $(LIBDIR) +- -cp $(JCODE) $(LIBDIR) euc-jp: patch < $(JPDIR)/euc-jp.patch |