Bug 38221 - New port: japanese/drpl
Summary: New port: japanese/drpl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-18 07:30 UTC by Kimura Fuyuki
Modified: 2002-08-27 06:52 UTC (History)
0 users

See Also:


Attachments
file.shar (2.57 KB, text/plain)
2002-05-18 07:30 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-05-18 07:30:01 UTC
This package includes a script that replaces words in a Japanese text
and two dictionaries below to use with the script.

- Old characters and former kana usage in writing
- Osaka language

WWW: http://www.yk.rim.or.jp/~tomoto/archives/drpl/
Comment 1 Kimura Fuyuki 2002-05-19 05:15:16 UTC
Small fix. Please apply this one. thanks.

Index: Makefile
===================================================================
RCS file: /home/cvs/drpl/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	18 May 2002 06:53:37 -0000	1.1.1.1
+++ Makefile	19 May 2002 04:11:00 -0000
@@ -19,7 +19,7 @@
 
 post-patch:
 .for i in ${SCRIPTS}
-	${PERL} -pi -e 's,/usr/local/bin/perl,/usr/bin/perl,' ${WRKSRC}/${i}
+	${PERL} -pi -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${i}
 .endfor
 
 do-build:
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2002-08-27 06:52:35 UTC
State Changed
From-To: open->closed

Committed with NOPORTDOCS bits added, thanks!