aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2015-11-15 00:45:10 +0800
committercy <cy@FreeBSD.org>2015-11-15 00:45:10 +0800
commitf4e3d4bfaa2d21bd0cb260f19df7b427e106bfa8 (patch)
treeb2af23144ce5dd62297d52ea9f8815adb125a700 /lang
parentaf9a8b9a026716124474c25791290baec4d51dc0 (diff)
downloadfreebsd-ports-gnome-f4e3d4bfaa2d21bd0cb260f19df7b427e106bfa8.tar.gz
freebsd-ports-gnome-f4e3d4bfaa2d21bd0cb260f19df7b427e106bfa8.tar.zst
freebsd-ports-gnome-f4e3d4bfaa2d21bd0cb260f19df7b427e106bfa8.zip
Also, clean up after ourselves.
Diffstat (limited to 'lang')
-rw-r--r--lang/dmd2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile
index d7973b1c09fa..4ac030f01f12 100644
--- a/lang/dmd2/Makefile
+++ b/lang/dmd2/Makefile
@@ -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>