summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2012-06-18 17:33:29 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2012-06-18 17:33:29 +0000
commit61b2938cb0f81fbe2a30e5914f9400fd591eac81 (patch)
tree9fcff804330550e33f250c95af7beefd8e1b2707 /irc
parentRevert previous commit that was pointed out by portlint (diff)
Revert previous commit which was pointed out
by portlint and received a Works on My Machine review. Pointyhat: jpaetzel
Notes
Notes: svn path=/head/; revision=299576
Diffstat (limited to 'irc')
-rw-r--r--irc/epic5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index c36343640215..8d45d4e0c88b 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 -delete
+ @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf
post-install:
.if !defined(NOPORTDOCS)