diff options
author | cy <cy@FreeBSD.org> | 2015-11-15 00:39:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-11-15 00:39:57 +0800 |
commit | af9a8b9a026716124474c25791290baec4d51dc0 (patch) | |
tree | 9fe9087c03372ad08ebd99c1f0fb552cc27e2090 /lang | |
parent | 2e14e05fb5841e1edf2269577b293a487397b02e (diff) | |
download | freebsd-ports-gnome-af9a8b9a026716124474c25791290baec4d51dc0.tar.gz freebsd-ports-gnome-af9a8b9a026716124474c25791290baec4d51dc0.tar.zst freebsd-ports-gnome-af9a8b9a026716124474c25791290baec4d51dc0.zip |
Previously failed builds will not remove this directory. Make sure
it is gone prior to a fresh new build.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dmd2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 56c20f71f081..d7973b1c09fa 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -51,6 +51,7 @@ MAKE_ARGS+= DEBUG_FLAGS=-g\ -DDEBUG=1\ -DUNITTEST MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: + @${RM} -r /tmp/.host_dmd-2.067.1 @${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/posix.mak @${REINPLACE_CMD} -e "s|cc|${CC}|" ${WRKSRC}/../phobos/posix.mak @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|" \ |