diff options
author | osa <osa@FreeBSD.org> | 2003-09-24 13:44:47 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-09-24 13:44:47 +0000 |
commit | 4b4e6c79b02c2caba48cbf6ed296582f8f85c774 (patch) | |
tree | 7a84e2b14ecf0153885836d796adfae30ecec14d /games | |
parent | 290fe3a0495a84ef39879e38a7e736083db99e75 (diff) | |
download | FreeBSD-ports-4b4e6c79b02c2caba48cbf6ed296582f8f85c774.zip FreeBSD-ports-4b4e6c79b02c2caba48cbf6ed296582f8f85c774.tar.gz |
Use ${STRIP_CMD} instead of strip.
Founded by: Oleg Karachevtsev <ok at etrust dot ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/xshipwars-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xshipwars-client/Makefile b/games/xshipwars-client/Makefile index 73215f5..af4eef2 100644 --- a/games/xshipwars-client/Makefile +++ b/games/xshipwars-client/Makefile @@ -44,7 +44,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/../TODO \ ${PREFIX}/share/doc/xshipwars @ ${ECHO} "===> Stripping Binary " - @ strip ${PREFIX}/bin/xsw + @ ${STRIP_CMD} ${PREFIX}/bin/xsw @${CAT} ${PKGMESSAGE} |