summaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 298d24d41dfd..cb27731c12d3 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -30,7 +30,7 @@ post-patch:
${WRKSRC}/fping.c
post-install:
- @strip ${PREFIX}/sbin/fping
+ @${STRIP_CMD} ${PREFIX}/sbin/fping
@${CHMOD} 4555 ${PREFIX}/sbin/fping
.include <bsd.port.mk>