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 | |
parent | 4260a2d8748be293fda42ba820c40b6a5f30c979 (diff) | |
download | ports-4d56f646a3eb292c15cdb85a24a0fbd2e058b6e8.tar.gz ports-4d56f646a3eb292c15cdb85a24a0fbd2e058b6e8.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 2 | ||||
-rw-r--r-- | irc/epic5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 9d7d31aeed02..2bfb396f916a 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/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 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 |