aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-24 14:02:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-24 14:02:20 +0000
commitd71bcc791ff7ee464456a7f6bdeaef164057ae82 (patch)
treed08786e9f0247109a52c7e442c7189113f31cd51
parent48c07c42b3dd1bbba004b7d41407841e364729c5 (diff)
downloadports-d71bcc791ff7ee464456a7f6bdeaef164057ae82.tar.gz
ports-d71bcc791ff7ee464456a7f6bdeaef164057ae82.zip
Remove outdated post-configure:
Notes
Notes: svn path=/head/; revision=462823
-rw-r--r--math/p5-Math-Bezier-Convert/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile
index 392f38a8ecfa..8ab087caa4f7 100644
--- a/math/p5-Math-Bezier-Convert/Makefile
+++ b/math/p5-Math-Bezier-Convert/Makefile
@@ -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>