diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
commit | 7c47779cb9cc1f12908949c26b831e944047ed17 (patch) | |
tree | cc6e929ebf67eee2cc8ce1692ea0663387b3a559 /security/p5-App-Genpass | |
parent | b4c4d6656e7b913544a3cbd1bea7f40f7cad2e74 (diff) |
Notes
Diffstat (limited to 'security/p5-App-Genpass')
-rw-r--r-- | security/p5-App-Genpass/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/p5-App-Genpass/Makefile b/security/p5-App-Genpass/Makefile index 7b846ad48fe7..18ed1cf05ea2 100644 --- a/security/p5-App-Genpass/Makefile +++ b/security/p5-App-Genpass/Makefile @@ -28,9 +28,5 @@ TEST_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ NO_ARCH= yes USE_PERL5= configure USES= perl5 -REINPLACE_ARGS= -i '' - -post-patch: - @${REINPLACE_CMD} -e '1 s|.*|#!${PERL}|' ${WRKSRC}/bin/genpass .include <bsd.port.mk> |