summaryrefslogtreecommitdiff
path: root/misc/smssend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/smssend/Makefile')
-rw-r--r--misc/smssend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile
index 44a9ac909e51..032aa51a9f30 100644
--- a/misc/smssend/Makefile
+++ b/misc/smssend/Makefile
@@ -21,6 +21,6 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
post-install:
- strip ${PREFIX}/bin/smssend
+ ${STRIP_CMD} ${PREFIX}/bin/smssend
.include <bsd.port.mk>