Date: Mon, 24 Nov 2014 14:15:41 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373211 - head/devel/p5-MooseX-App-Cmd Message-ID: <201411241415.sAOEFfPJ072191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Nov 24 14:15:40 2014 New Revision: 373211 URL: https://svnweb.freebsd.org/changeset/ports/373211 QAT: https://qat.redports.org/buildarchive/r373211/ Log: Cleanup unpacked files from STAGEDIR. Sponsored by: Absolight Modified: head/devel/p5-MooseX-App-Cmd/Makefile Modified: head/devel/p5-MooseX-App-Cmd/Makefile ============================================================================== --- head/devel/p5-MooseX-App-Cmd/Makefile Mon Nov 24 14:06:54 2014 (r373210) +++ head/devel/p5-MooseX-App-Cmd/Makefile Mon Nov 24 14:15:40 2014 (r373211) @@ -30,4 +30,13 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/de USES= perl5 USE_PERL5= configure +# Don't conflict with devel/p5-MouseX-App-Cmd +post-install: + ${RM} \ + ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd.pm \ + ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd/Command.pm \ + ${STAGEDIR}${PREFIX}/${SITE_MAN3_REL}/MouseX::App::Cmd.3 \ + ${STAGEDIR}${PREFIX}/${SITE_MAN3_REL}/MouseX::App::Cmd::Command.3 + ${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd 2>/dev/null || : + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241415.sAOEFfPJ072191>