summaryrefslogtreecommitdiff
path: root/japanese/edict/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
commiteabbfd75e30148b8f686899a638b93547ca83485 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /japanese/edict/Makefile
parentdevel/nspr: update to 4.13.1 (diff)
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424411
Diffstat (limited to 'japanese/edict/Makefile')
-rw-r--r--japanese/edict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile
index 9a4010d8fc6c..5946950f0eba 100644
--- a/japanese/edict/Makefile
+++ b/japanese/edict/Makefile
@@ -72,7 +72,7 @@ do-install:
(cd ${STAGEDIR}${DATADIR} && ${CHMOD} ${SHAREMODE} \
${dict:R} ${dict:R}.xjdx)
.endfor
- ${RM} -f ${STAGEDIR}${PREFIX}/bin/xjdic
+ ${RM} ${STAGEDIR}${PREFIX}/bin/xjdic
${LN} -s ${PREFIX}/bin/xjdic_sa ${STAGEDIR}${PREFIX}/bin/xjdic
(cd ${WRKSRC} && ${INSTALL_DATA} radicals.tm radkfile kanjstroke \
romkana.cnv vconj ${STAGEDIR}${DATADIR})