1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove CVS/ directories before installing docs and examples.

This commit is contained in:
Akinori MUSHA 2003-01-14 10:10:48 +00:00
parent 7d14b4b666
commit 0484bd88ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73115

View File

@ -34,6 +34,7 @@ DOCS_EN= ChangeLog
post-extract:
${MV} ${WRKSRC:S/gdk_imlib$/gdkimlib/} ${WRKSRC}
${FIND} ${WRKSRC} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -r
post-install:
.if !defined(NOPORTDOCS)