svn commit: r462823 - head/math/p5-Math-Bezier-Convert

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 24 14:02:21 UTC 2018


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>


More information about the svn-ports-head mailing list