diff options
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 8d45d4e0c88b..c36343640215 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --with-iconv=${LOCALBASE} LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv post-extract: - @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKDIR} -type d -name CVS -delete post-install: .if !defined(NOPORTDOCS) |