diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-24 14:02:35 +0000 |
commit | 84ca50b0040d2e5d27932b4bc2919a4d0dd01e15 (patch) | |
tree | 649ecafc43178b919cf51f03a003651b31c831e7 /security/pbnj | |
parent | a9ba9c8237a14e01b366587b234521cec8481d1e (diff) |
Remove outdated post-configure:
Notes
Notes:
svn path=/head/; revision=462826
Diffstat (limited to 'security/pbnj')
-rw-r--r-- | security/pbnj/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 03b83abf1776..2fd662268451 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -23,7 +23,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> |