Date: Sat, 24 Feb 2018 14:02:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462823 - head/math/p5-Math-Bezier-Convert Message-ID: <201802241402.w1OE2KvA085103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 24 14:02:20 2018 New Revision: 462823 URL: https://svnweb.freebsd.org/changeset/ports/462823 Log: Remove outdated post-configure: Modified: head/math/p5-Math-Bezier-Convert/Makefile Modified: head/math/p5-Math-Bezier-Convert/Makefile ============================================================================== --- head/math/p5-Math-Bezier-Convert/Makefile Sat Feb 24 14:02:15 2018 (r462822) +++ head/math/p5-Math-Bezier-Convert/Makefile Sat Feb 24 14:02:20 2018 (r462823) @@ -14,7 +14,4 @@ COMMENT= Convert cubic and quadratic Bezier each other USES= perl5 dos2unix USE_PERL5= configure -post-configure: - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241402.w1OE2KvA085103>