summaryrefslogtreecommitdiff
path: root/net/sntop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sntop/Makefile')
-rw-r--r--net/sntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile
index ddcad1e9c111..1d83d542af61 100644
--- a/net/sntop/Makefile
+++ b/net/sntop/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
MAN1= sntop.1
post-install:
- @strip ${PREFIX}/bin/sntop
+ @${STRIP_CMD} ${PREFIX}/bin/sntop
@cat ${PKGMESSAGE}
.include <bsd.port.mk>