diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/VTPSfont/Makefile | 2 | ||||
-rw-r--r-- | japanese/celrw/Makefile | 2 | ||||
-rw-r--r-- | japanese/eb/Makefile | 2 | ||||
-rw-r--r-- | japanese/edict-utf-8/Makefile | 2 | ||||
-rw-r--r-- | japanese/edict/Makefile | 2 | ||||
-rw-r--r-- | japanese/groff/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 2 | ||||
-rw-r--r-- | japanese/mailman/Makefile | 6 | ||||
-rw-r--r-- | japanese/man-doc/Makefile | 2 | ||||
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/Makefile | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile index 26db52ed9e62..8a7600f6a93a 100644 --- a/japanese/VTPSfont/Makefile +++ b/japanese/VTPSfont/Makefile @@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes do-extract: - @${RM} -rf ${WRKSRC} + @${RM} -r ${WRKSRC} @${MKDIR} ${WRKSRC} @for file in ${DISTFILES}; do \ ${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \ diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile index 640eb27bf29c..feeb84a77a8d 100644 --- a/japanese/celrw/Makefile +++ b/japanese/celrw/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS post-extract: .for file in config.guess config.sub install.sh - @${RM} -f ${WRKSRC}/${file} + @${RM} ${WRKSRC}/${file} @${TOUCH} ${WRKSRC}/${file} .endfor diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index debbb3f59e2b..74bdd3d77634 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -83,7 +83,7 @@ NLS_CONFIGURE_ON= --with-gettext-includes=${LOCALBASE}/include \ NLS_CONFIGURE_OFF= --disable-nls post-extract: - ${RM} -fr ${WRKSRC}/zlib + ${RM} -r ${WRKSRC}/zlib ${MKDIR} ${WRKDIR}/appendix .for file in ${APPENDIXFILES} ${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \ diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index c9bf769bde86..e6595a16350d 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -34,7 +34,7 @@ PLIST_SUB= OWNER="${SHAREOWN}" GROUP="${SHAREGRP}" MODE="${SHAREMODE}" NO_WRKSUBDIR= yes do-extract: - @${RM} -rf ${WRKSRC} + @${RM} -r ${WRKSRC} @${MKDIR} ${WRKSRC} @for file in ${DICTFILES}; do \ ${ECHO} "Extracting $$file"; \ 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}) diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index c559d32e2e99..20ce3e6c184b 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -50,7 +50,7 @@ post-patch: ${WRKSRC}/doc/groff.texinfo post-build: - ${RM} -f ${WRKSRC}/doc/groff ${WRKSRC}/doc/groff-* + ${RM} ${WRKSRC}/doc/groff ${WRKSRC}/doc/groff-* cd ${WRKSRC}/doc && makeinfo --no-split groff.texinfo cd ${WRKSRC} && ${FIND} font -name DESC \ | ${XARGS} ${REINPLACE_CMD} -E \ diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index cc88d9f8b6ca..75e391bdca0f 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ post-install: .if (${EMACS_PORT_NAME} == "xemacs21-mule") - ${RM} -f ${WRKDIR}/${MANIFEST} + ${RM} ${WRKDIR}/${MANIFEST} emacsdir=`${ECHO_CMD} ${EMACSDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \ ${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \ ${SED} -e "s;^$${emacsdir}/;;" > ${WRKDIR}/${MANIFEST} diff --git a/japanese/mailman/Makefile b/japanese/mailman/Makefile index b81ce751b296..912e3d3d2894 100644 --- a/japanese/mailman/Makefile +++ b/japanese/mailman/Makefile @@ -147,10 +147,10 @@ post-install: && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${MAILMANDIR}/${dir} ${dir}) .endfor - @${RM} -f ${STAGEDIR}${MAILMANDIR}/pythonlib/*.egg-info + @${RM} ${STAGEDIR}${MAILMANDIR}/pythonlib/*.egg-info # mm_cfg.py is handled by pkg-plist: - @${RM} -f ${STAGEDIR}${MAILMANDIR}/Mailman/mm_cfg.py - @${RM} -f ${STAGEDIR}${MAILMANDIR}/Mailman/mm_cfg.pyc + @${RM} ${STAGEDIR}${MAILMANDIR}/Mailman/mm_cfg.py + @${RM} ${STAGEDIR}${MAILMANDIR}/Mailman/mm_cfg.pyc @${MKDIR} ${STAGEDIR}${PREFIX}/${IMGDIR} .for imgfile in ${IMGFILES} ${CP} ${STAGEDIR}${MAILMANDIR}/icons/${imgfile} ${STAGEDIR}${PREFIX}/${IMGDIR} diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index d8144d20a268..147d1a394136 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -66,7 +66,7 @@ pre-install: # XXX: make gendist generates distfile. Use with WITH_CVS. gendist: extract cd ${WRKDIR} && \ - ${FIND} . -type d -a -name CVS | ${XARGS} ${RM} -rf && \ + ${FIND} . -type d -a -name CVS | ${XARGS} ${RM} -r && \ ${TAR} czf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} .include <bsd.port.mk> diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile index e44de2cdd87c..d9d0ccb07026 100644 --- a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile @@ -27,7 +27,7 @@ USES= perl5 USE_PERL5= configure post-patch: - @${RM} -rf ${WRKSRC}/inc + @${RM} -r ${WRKSRC}/inc .include <bsd.port.pre.mk> |