1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

strip -> ${STRIP_CMD}

PR:		ports/39756
Submitted by:	Scott Flatman <sf@dsinw.com>
This commit is contained in:
Patrick Li 2002-06-26 18:56:18 +00:00
parent 46699d1d60
commit 5796fbac0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62044
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
post-install:
@strip ${PREFIX}/lib/libecore.so.0
@${STRIP_CMD} ${PREFIX}/lib/libecore.so.0
.include <bsd.port.mk>

View File

@ -20,6 +20,6 @@ USE_XLIB= yes
MAN1= wscan.1
post-install:
strip ${PREFIX}/bin/wscan
${STRIP_CMD} ${PREFIX}/bin/wscan
.include <bsd.port.mk>