diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-12 20:13:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-12 20:13:52 +0000 |
commit | 4d56f646a3eb292c15cdb85a24a0fbd2e058b6e8 (patch) | |
tree | f4d646207db4572fd63d55d3a475e77783f01708 /irc/epic5 | |
parent | Update to TOME 2.2.5 (diff) |
- Delete CVS directories in ${WRKSRC} properly
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=95682
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 9d7d31aeed02..2bfb396f916a 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -28,7 +28,7 @@ MAN1= epic.1 DISTFILE_HELP= ${PORTNAME}-help-20031106.tar.gz post-extract: - @${FIND} . -type d -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf post-patch: @${REINPLACE_CMD} -e 's|8.3|8.4|g' ${WRKSRC}/configure |