strip -> ${STRIP_CMD}
PR: 39795 Submitted by: Scott Flatman <sf@dsinw.com>
This commit is contained in:
parent
5796fbac0e
commit
e798945c86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62045
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue