diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-26 19:12:27 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-26 19:12:27 +0000 |
commit | e798945c8625d0d86a343bd3a80ce298c7b1449a (patch) | |
tree | 3361f6c06fcf5eb47c5a68c94b29bf949e3a6862 /x11-toolkits | |
parent | strip -> ${STRIP_CMD} (diff) |
strip -> ${STRIP_CMD}
PR: 39795
Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes:
svn path=/head/; revision=62045
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gevas/Makefile | 2 |
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> |