diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-24 00:20:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-24 00:20:07 +0800 |
commit | eb683e13a0bcd4e37df05f0ab957352235392857 (patch) | |
tree | e596deb682cbf9e11a85c5dc5276a2f98c42201f | |
parent | c4eea79a46a699659a1eca4e06c8479449058d38 (diff) | |
download | freebsd-ports-gnome-eb683e13a0bcd4e37df05f0ab957352235392857.tar.gz freebsd-ports-gnome-eb683e13a0bcd4e37df05f0ab957352235392857.tar.zst freebsd-ports-gnome-eb683e13a0bcd4e37df05f0ab957352235392857.zip |
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>
-rw-r--r-- | japanese/weblint97/Makefile | 4 | ||||
-rw-r--r-- | japanese/weblint97/files/patch-aa | 8 | ||||
-rw-r--r-- | japanese/weblint97/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/japanese/weblint97/Makefile b/japanese/weblint97/Makefile index 612bfc6d1d45..4a2983f71fd3 100644 --- a/japanese/weblint97/Makefile +++ b/japanese/weblint97/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jun 1997 # Whom: Takayuki Ariga <a00821@cc.hc.keio.ac.jp> # -# $Id: Makefile,v 1.2 1997/09/14 21:36:22 max Exp $ +# $Id: Makefile,v 1.3 1998/06/06 03:45:15 itojun Exp $ # DISTNAME= weblint-97-0.12 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.win.or.jp/pub/network/www/weblint/ \ MAINTAINER= a00821@cc.hc.keio.ac.jp +RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl + WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 diff --git a/japanese/weblint97/files/patch-aa b/japanese/weblint97/files/patch-aa index 1160c5c59ce7..4b4a0b3c69a7 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 diff --git a/japanese/weblint97/pkg-plist b/japanese/weblint97/pkg-plist index 03b49de61b56..163217cd593b 100644 --- a/japanese/weblint97/pkg-plist +++ b/japanese/weblint97/pkg-plist @@ -1,9 +1,6 @@ bin/jweblint -lib/perl/jcode.pl lib/perl/html-ext.pl lib/perl/htmli18n.pl -man/ja/man1/jweblint.1.gz share/doc/jweblint/warnings.html share/doc/jweblint/jmanpage.html @dirrm share/doc/jweblint -@dirrm lib/perl |