diff options
Diffstat (limited to 'japanese/eb/Makefile')
-rw-r--r-- | japanese/eb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |