summaryrefslogtreecommitdiff
path: root/net/unison-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r--net/unison-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index 61d63efc2736..f7234653615e 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -23,6 +23,6 @@ USE_GMAKE= yes
MAKE_ARGS= UISTYLE=text CFLAGS=""
post-install:
- strip ${PREFIX}/bin/unison
+ ${STRIP_CMD} ${PREFIX}/bin/unison
.include <bsd.port.mk>