diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-06-04 01:37:14 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-06-04 01:37:14 +0000 |
commit | 5c911a0da2b98a98d9db146d494b2620ec06b1e3 (patch) | |
tree | ae620a525ed0d9bbe0497be584a70bf1ef53f1c5 /irc | |
parent | cfbd68ed63b8facb2a54e5ed631f87533aa095e2 (diff) | |
download | ports-5c911a0da2b98a98d9db146d494b2620ec06b1e3.tar.gz ports-5c911a0da2b98a98d9db146d494b2620ec06b1e3.zip |
Notes
Diffstat (limited to 'irc')
-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) |