aboutsummaryrefslogtreecommitdiff
path: root/korean
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 /korean
parentf51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff)
downloadports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz
ports-eabbfd75e30148b8f686899a638b93547ca83485.zip
${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 'korean')
-rw-r--r--korean/kaistfonts/Makefile2
-rw-r--r--korean/ko.TeX/Makefile4
-rw-r--r--korean/man-doc/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/korean/kaistfonts/Makefile b/korean/kaistfonts/Makefile
index 357477087dbe..5ffa271892ce 100644
--- a/korean/kaistfonts/Makefile
+++ b/korean/kaistfonts/Makefile
@@ -23,7 +23,7 @@ NO_WRKSUBDIR= yes
MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" FONTSDIR="${FONTSDIR}"
do-extract:
- @${RM} -fr ${WRKSRC} && \
+ @${RM} -r ${WRKSRC} && \
${MKDIR} ${WRKSRC} && \
cd ${WRKSRC} && \
for file in ${DISTFILES}; do \
diff --git a/korean/ko.TeX/Makefile b/korean/ko.TeX/Makefile
index 6e9554e2acaa..0ad8ac464f1b 100644
--- a/korean/ko.TeX/Makefile
+++ b/korean/ko.TeX/Makefile
@@ -45,8 +45,8 @@ do-build:
@${CC} ${CFLAGS} -o ${WRKSRC}/build/hmakeindex \
${WRKSRC}/util/hmakeindex.c
- @${RM} -rf ${WRKSRC}/latex/euc/unfonts
- @${RM} -rf ${WRKSRC}/latex/utf/unfonts
+ @${RM} -r ${WRKSRC}/latex/euc/unfonts
+ @${RM} -r ${WRKSRC}/latex/utf/unfonts
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/korean/man-doc/Makefile b/korean/man-doc/Makefile
index e4e23f4041fc..ea6dc5cc04d2 100644
--- a/korean/man-doc/Makefile
+++ b/korean/man-doc/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff
post-patch:
${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
-e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman
- ${RM} -rf ${WRKSRC}/scripts
+ ${RM} -r ${WRKSRC}/scripts
do-build:
${FIND} ${WRKSRC} -type f | ${XARGS} ${GZIP_CMD}