1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Remove all empty directories to avoid check-sanity errors

This commit is contained in:
Dmitry Marakasov 2014-11-19 15:08:33 +00:00
parent eea2ea2876
commit 5015382233
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372788

View File

@ -99,6 +99,7 @@ post-patch:
post-install:
@${RMDIR} ${STAGEDIR}${DATADIR}/examples
@${RMDIR} ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in AUTHORS CREDITS ChangeLog Libraries.txt README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}