Date: Tue, 27 Oct 2015 19:14:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400338 - head/devel/p5-Pod-Usage Message-ID: <201510271914.t9RJE4Vu029633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Oct 27 19:14:04 2015 New Revision: 400338 URL: https://svnweb.freebsd.org/changeset/ports/400338 Log: - Remove correct file, fix stage-qa - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Pod-Usage/Makefile Modified: head/devel/p5-Pod-Usage/Makefile ============================================================================== --- head/devel/p5-Pod-Usage/Makefile Tue Oct 27 18:52:44 2015 (r400337) +++ head/devel/p5-Pod-Usage/Makefile Tue Oct 27 19:14:04 2015 (r400338) @@ -15,9 +15,11 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 +NO_ARCH= yes post-install: # Do not conflict with lang/perl5.* - ${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${PREFIX}/man/man1/pod2usage.1 + @${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${SITE_MAN1}/pod2usage.1 + @${RMDIR} ${STAGEDIR}${SITE_MAN1} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271914.t9RJE4Vu029633>