diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:20 +0000 |
commit | d71bcc791ff7ee464456a7f6bdeaef164057ae82 (patch) | |
tree | d08786e9f0247109a52c7e442c7189113f31cd51 | |
parent | 48c07c42b3dd1bbba004b7d41407841e364729c5 (diff) |
Remove outdated post-configure:
Notes
Notes:
svn path=/head/; revision=462823
-rw-r--r-- | math/p5-Math-Bezier-Convert/Makefile | 3 |
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> |