svn commit: r372788 - head/graphics/devil

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 19 15:08:34 UTC 2014


Author: amdmi3
Date: Wed Nov 19 15:08:33 2014
New Revision: 372788
URL: https://svnweb.freebsd.org/changeset/ports/372788
QAT: https://qat.redports.org/buildarchive/r372788/

Log:
  - Remove all empty directories to avoid check-sanity errors

Modified:
  head/graphics/devil/Makefile

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Wed Nov 19 15:08:29 2014	(r372787)
+++ head/graphics/devil/Makefile	Wed Nov 19 15:08:33 2014	(r372788)
@@ -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}


More information about the svn-ports-all mailing list