diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 13:44:47 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 13:44:47 +0000 |
commit | 3c1e943fed4cbbe904bbdd0497306de0767f196d (patch) | |
tree | f751dfa1cf6390dd26b6e1c3207da8e7a7a22072 /games/xshipwars-client | |
parent | ce8f5737078934e247b18f054b97258f884afc1f (diff) |
Notes
Diffstat (limited to 'games/xshipwars-client')
-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 73215f5aca8f..af4eef2ea591 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} |