svn commit: r401580 - head/lang/dmd2

Bryan Drewery bdrewery at FreeBSD.org
Sat Nov 14 17:21:06 UTC 2015


On 11/14/2015 8:45 AM, Cy Schubert wrote:
> 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>
> 

This and r401579 should really be fixing the build to not use a static
tmpdir name outside of WRKDIR.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20151114/746b2d86/attachment.bin>


More information about the svn-ports-all mailing list