Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 15:08:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372788 - head/graphics/devil
Message-ID:  <201411191508.sAJF8Yrl038584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411191508.sAJF8Yrl038584>