Date: Sat, 24 Feb 2018 14:02:25 +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: r462824 - head/security/p5-Nmap-Parser Message-ID: <201802241402.w1OE2PU9085212@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 24 14:02:25 2018 New Revision: 462824 URL: https://svnweb.freebsd.org/changeset/ports/462824 Log: Remove outdated post-configure: With hat: perl Modified: head/security/p5-Nmap-Parser/Makefile Modified: head/security/p5-Nmap-Parser/Makefile ============================================================================== --- head/security/p5-Nmap-Parser/Makefile Sat Feb 24 14:02:20 2018 (r462823) +++ head/security/p5-Nmap-Parser/Makefile Sat Feb 24 14:02:25 2018 (r462824) @@ -21,7 +21,4 @@ NO_ARCH= yes USES= perl5 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.w1OE2PU9085212>