svn commit: r401580 - head/lang/dmd2

Cy Schubert cy at FreeBSD.org
Sat Nov 14 16:45:11 UTC 2015


Author: cy
Date: Sat Nov 14 16:45:10 2015
New Revision: 401580
URL: https://svnweb.freebsd.org/changeset/ports/401580

Log:
  Also, clean up after ourselves.

Modified:
  head/lang/dmd2/Makefile

Modified: head/lang/dmd2/Makefile
==============================================================================
--- head/lang/dmd2/Makefile	Sat Nov 14 16:39:57 2015	(r401579)
+++ head/lang/dmd2/Makefile	Sat Nov 14 16:45:10 2015	(r401580)
@@ -88,4 +88,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
 	cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
 
+post-clean:
+	@${RM} -r /tmp/.host_dmd-2.067.1
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list