aboutsummaryrefslogtreecommitdiff
path: root/japanese/otojiro-fpw
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-03-04 07:11:51 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-03-04 07:11:51 +0000
commit8dee94c6cf417df586d000ce93bc11dd2b439059 (patch)
tree415b334b3ab04db107cba651b7313715abb6851b /japanese/otojiro-fpw
parentf43f16d1a5e44a596a55a8bd2b5c8c3e41f57abc (diff)
Notes
Diffstat (limited to 'japanese/otojiro-fpw')
-rw-r--r--japanese/otojiro-fpw/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/otojiro-fpw/Makefile b/japanese/otojiro-fpw/Makefile
index efc8643a58e7..269d39736358 100644
--- a/japanese/otojiro-fpw/Makefile
+++ b/japanese/otojiro-fpw/Makefile
@@ -7,7 +7,7 @@
PORTNAME= otojiro-fpw
PORTVERSION= 1.0.a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/ \
http://member.nifty.ne.jp/~satomii/freepwing/archive/
@@ -29,8 +29,10 @@ SRCFILE?= otojiro.txt
# For eijiro included in a book sold by ALC Inc.
# (http://www.alc.co.jp/alcshop/eng/eijiro/)
-.if exists(${DICT_PATH}/eijiro-original)
-BUILD_DEPENDS+= lha:${PORTSDIR}/archivers/lha
+.include <bsd.port.pre.mk>
+DICT_ARCHIVE!= ${ECHO_CMD} ${DICT_PATH}/eijiro-original/*.exe || ${TRUE}
+.if exists(${DICT_ARCHIVE})
+EXTRACT_DEPENDS+= lha:${PORTSDIR}/archivers/lha
CDROM_PATH:= ${DICT_PATH}
DICT_PATH:= ${WRKDIR}
@@ -76,4 +78,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>