summaryrefslogtreecommitdiff
path: root/mbone/rtpmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rtpmon/Makefile')
-rw-r--r--mbone/rtpmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile
index 7e7ce3d46470..ef5f1e7393b3 100644
--- a/mbone/rtpmon/Makefile
+++ b/mbone/rtpmon/Makefile
@@ -25,6 +25,6 @@ pre-configure:
@cd ${WRKSRC}; ${CHMOD} +w configure; autoconf
post-install:
- strip ${PREFIX}/bin/rtpmon
+ ${STRIP_CMD} ${PREFIX}/bin/rtpmon
.include <bsd.port.mk>