diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:30 +0000 |
commit | a9ba9c8237a14e01b366587b234521cec8481d1e (patch) | |
tree | 52e762097695427acdc26a065fc531a8a3dea54a | |
parent | b3b95385595cebdf08998b7ad90251f93e818132 (diff) |
Notes
-rw-r--r-- | security/p5-Nmap-Scanner/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index d84934d86d3b..58d0d6013b29 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -post-configure: - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile - .include <bsd.port.mk> |