From 2533ad0f5d9c459c50d6a64b6314830a14190bf0 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Mon, 18 Jun 2012 17:31:56 +0000 Subject: [PATCH] Revert previous commit that was pointed out by portlint and received a Works On My Machine review. Pointyhat: jpaetzel --- irc/epic4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 883c215c1fef..2e9fe478743e 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --with-termcap .endif post-extract: - @${FIND} ${WRKDIR} -type d -name CVS -delete + @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf post-patch: @${RM} ${WRKDIR}/help/Makefile