strip -> ${STRIP_CMD}

PR:		39795
Submitted by:	Scott Flatman <sf@dsinw.com>
This commit is contained in:
Patrick Li 2002-06-26 19:12:27 +00:00
parent 5796fbac0e
commit e798945c86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62045

View file

@ -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>