aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-27 03:12:27 +0800
committerpat <pat@FreeBSD.org>2002-06-27 03:12:27 +0800
commit41683abb3a43611c6ef0aac0d12f513d92c42cb9 (patch)
tree5084a7dc88d4ea9b1248597d752bd53f18b63fc7
parentf58b86b1b49c49c3ba11755d1db7a9db835a52e4 (diff)
downloadfreebsd-ports-gnome-41683abb3a43611c6ef0aac0d12f513d92c42cb9.tar.gz
freebsd-ports-gnome-41683abb3a43611c6ef0aac0d12f513d92c42cb9.tar.zst
freebsd-ports-gnome-41683abb3a43611c6ef0aac0d12f513d92c42cb9.zip
strip -> ${STRIP_CMD}
PR: 39795 Submitted by: Scott Flatman <sf@dsinw.com>
-rw-r--r--x11-toolkits/gevas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gevas/Makefile b/x11-toolkits/gevas/Makefile
index 0d58edececd8..97707612e8aa 100644
--- a/x11-toolkits/gevas/Makefile
+++ b/x11-toolkits/gevas/Makefile
@@ -20,6 +20,6 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
- @strip ${PREFIX}/lib/libgevas.so.0
+ @${STRIP_CMD} ${PREFIX}/lib/libgevas.so.0
.include <bsd.port.mk>