summaryrefslogtreecommitdiff
path: root/security/hydra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hydra/Makefile')
-rw-r--r--security/hydra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile
index 6816b3e9a86c..d0708976e98d 100644
--- a/security/hydra/Makefile
+++ b/security/hydra/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
.if !target(post-install) && (${PORTNAME} == "hydra")
post-install:
- @strip ${PREFIX}/bin/hydra
+ @${STRIP_CMD} ${PREFIX}/bin/hydra
.endif
.include <bsd.port.post.mk>