diff options
Diffstat (limited to 'korean/man-doc/Makefile')
-rw-r--r-- | korean/man-doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |