summaryrefslogtreecommitdiff
path: root/net/ipfm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipfm/Makefile')
-rw-r--r--net/ipfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile
index 9933ccaafdfb..22e69734a606 100644
--- a/net/ipfm/Makefile
+++ b/net/ipfm/Makefile
@@ -21,6 +21,6 @@ MAN5= ipfm.conf.5
MAN8= ipfm.8
post-install:
- @strip ${PREFIX}/sbin/ipfm
+ @${STRIP_CMD} ${PREFIX}/sbin/ipfm
.include <bsd.port.mk>