summaryrefslogtreecommitdiff
path: root/x11/ecore
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-26 18:56:18 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-26 18:56:18 +0000
commit5796fbac0ea62d3094d8a2c1b304399a780a2729 (patch)
treef8af91fbb1f145f020ddb71ba60900ee34e5512b /x11/ecore
parentAdd spamass-milter 0.1.1, (diff)
strip -> ${STRIP_CMD}
PR: ports/39756 Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes: svn path=/head/; revision=62044
Diffstat (limited to 'x11/ecore')
-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>