aboutsummaryrefslogtreecommitdiff
path: root/japanese/wdic-fpw
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-11-14 06:46:44 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-11-14 06:46:44 +0000
commitb85cb06f08a25d5a377a90602b6fe32b2ac2db4a (patch)
tree4e60a878aa0a7395d951a1202de89331df7b58a8 /japanese/wdic-fpw
parent6a1b37225e32c4289e7ee279b1dd4797d33d6790 (diff)
downloadports-b85cb06f08a25d5a377a90602b6fe32b2ac2db4a.tar.gz
ports-b85cb06f08a25d5a377a90602b6fe32b2ac2db4a.zip
Fixed a problem (this ports is broken on bento)
Behavior of new lha (1.14f) is different from older one.
Notes
Notes: svn path=/head/; revision=35129
Diffstat (limited to 'japanese/wdic-fpw')
-rw-r--r--japanese/wdic-fpw/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/japanese/wdic-fpw/Makefile b/japanese/wdic-fpw/Makefile
index ab592fb7ca68..afd455bba520 100644
--- a/japanese/wdic-fpw/Makefile
+++ b/japanese/wdic-fpw/Makefile
@@ -39,10 +39,16 @@ post-extract:
echo $$i; \
lha xf ${DISTDIR}/$$i; \
done
-# for debugging on bento
-.if defined(PARALLEL_PACKAGE_BUILD)
- ls ${WRKSRC}/wdic${DICT_VERSION}
-.endif
+# In using lha-1.14f, characters of each filenames can be used uppercases, but
+# in lha-1.14g, all are only used lowercases. ??
+.for i in WDIC.MAN TECH.DIC TEL.DIC RAIL.DIC ORG.DIC STD.DIC \
+ COMM.DIC INFO.DIC MISC.DIC MOE1.DIC RCMP.DIC MOE2.DIC PASO.DIC \
+ TRAN.DIC ELEC.DIC GAME.DIC SOFT.DIC YOGO.DIC KNOW.DIC DEV.DIC
+ t=`${ECHO} $i | ${SED} "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"`; \
+ if [ ! -f ${WRKSRC}/wdic${DICT_VERSION}/$i ]; then \
+ ${MV} ${WRKSRC}/wdic${DICT_VERSION}/$$t ${WRKSRC}/wdic${DICT_VERSION}/$i; \
+ fi
+.endfor
post-build:
cd ${WRKSRC}; nkf -eSd catalogs.sjis > catalogs.txt; \