1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Delete CVS directories in ${WRKSRC} properly

Reported by:	bento via kris
This commit is contained in:
Kirill Ponomarev 2003-12-12 20:13:52 +00:00
parent 4260a2d874
commit 4d56f646a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95682
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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