aboutsummaryrefslogtreecommitdiff
path: root/japanese/wdic-fpw
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-11-08 00:50:54 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-11-08 00:50:54 +0000
commit6b02566c3c513c954285f203aac1717879006adb (patch)
tree3ca144c4695d099f8c8387b9eb95308ab5278088 /japanese/wdic-fpw
parent118622e6585e7e31830ef153dc1c7975c87edb7c (diff)
downloadports-6b02566c3c513c954285f203aac1717879006adb.tar.gz
ports-6b02566c3c513c954285f203aac1717879006adb.zip
Modify for debugging
(On bento, package building machines, an error occured but compiling succeeded in my host by hand)
Notes
Notes: svn path=/head/; revision=34895
Diffstat (limited to 'japanese/wdic-fpw')
-rw-r--r--japanese/wdic-fpw/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/wdic-fpw/Makefile b/japanese/wdic-fpw/Makefile
index f9b8940dda73..ab592fb7ca68 100644
--- a/japanese/wdic-fpw/Makefile
+++ b/japanese/wdic-fpw/Makefile
@@ -36,8 +36,13 @@ post-extract:
${CP} ${LOCALBASE}/share/doc/freepwing/fpwutils.mk ${WRKSRC}
cd ${WRKSRC}/wdic${DICT_VERSION}; \
for i in ${DICTFILES}; do \
- lha xqf ${DISTDIR}/$$i; \
+ echo $$i; \
+ lha xf ${DISTDIR}/$$i; \
done
+# for debugging on bento
+.if defined(PARALLEL_PACKAGE_BUILD)
+ ls ${WRKSRC}/wdic${DICT_VERSION}
+.endif
post-build:
cd ${WRKSRC}; nkf -eSd catalogs.sjis > catalogs.txt; \