summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-26 19:12:27 +0000
committerpat <pat@FreeBSD.org>2002-06-26 19:12:27 +0000
commit41683abb3a43611c6ef0aac0d12f513d92c42cb9 (patch)
tree5084a7dc88d4ea9b1248597d752bd53f18b63fc7 /x11-toolkits
parentf58b86b1b49c49c3ba11755d1db7a9db835a52e4 (diff)
downloadFreeBSD-ports-41683abb3a43611c6ef0aac0d12f513d92c42cb9.zip
FreeBSD-ports-41683abb3a43611c6ef0aac0d12f513d92c42cb9.tar.gz
strip -> ${STRIP_CMD}
PR: 39795 Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'x11-toolkits')
-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 0d58ede..9770761 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>
OpenPOWER on IntegriCloud