aboutsummaryrefslogtreecommitdiff
path: root/x11/ecore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ecore/Makefile')
-rw-r--r--x11/ecore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile
index 0dee4b3671c5..fd885c571092 100644
--- a/x11/ecore/Makefile
+++ b/x11/ecore/Makefile
@@ -18,6 +18,6 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
- @strip ${PREFIX}/lib/libecore.so.0
+ @${STRIP_CMD} ${PREFIX}/lib/libecore.so.0
.include <bsd.port.mk>