summaryrefslogtreecommitdiff
path: root/devel/yacl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/yacl/Makefile')
-rw-r--r--devel/yacl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/yacl/Makefile b/devel/yacl/Makefile
index 1efbf931df41..21bb2c17fa62 100644
--- a/devel/yacl/Makefile
+++ b/devel/yacl/Makefile
@@ -54,7 +54,7 @@ do-install:
@${ECHO} "variable to ${PREFIX}/share/yacl!"
post-install:
- @strip ${PREFIX}/share/yacl/apps/bmpview
- @strip ${PREFIX}/share/yacl/apps/dlged
+ @${STRIP_CMD} ${PREFIX}/share/yacl/apps/bmpview
+ @${STRIP_CMD} ${PREFIX}/share/yacl/apps/dlged
.include <bsd.port.post.mk>