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/sshblock | |
parent | b4c4d6656e7b913544a3cbd1bea7f40f7cad2e74 (diff) | |
download | ports-7c47779cb9cc1f12908949c26b831e944047ed17.tar.gz ports-7c47779cb9cc1f12908949c26b831e944047ed17.zip |
Notes
Diffstat (limited to 'security/sshblock')
-rw-r--r-- | security/sshblock/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/sshblock/Makefile b/security/sshblock/Makefile index e1f985dfd6ff..cd372d962684 100644 --- a/security/sshblock/Makefile +++ b/security/sshblock/Makefile @@ -25,10 +25,6 @@ EXTRACT_AFTER_ARGS= ${WRKSRC} SUB_FILES+= pkg-message SHEBANG_FILES= ${WRKSRC}/sshblock-${PORTVERSION}.pl -do-patch: - @${REINPLACE_CMD} -e "s@/usr/bin/perl@${PERL}@" \ - ${WRKSRC}/sshblock-${PORTVERSION}.pl - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sshblock-${PORTVERSION}.pl \ ${STAGEDIR}${PREFIX}/sbin/sshblock |