diff options
-rw-r--r-- | games/jetpack/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index f3912f82ff04..12d651f551cd 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -7,7 +7,7 @@ MAKE_FLAGS= PREFIX=${PREFIX} -f .include <bsd.port.mk> install: - chown games ${PREFIX}/bin/jetpack - chmod u+s ${PREFIX}/bin/jetpack - chown games ${PREFIX}/lib/X11/jetpack - chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 + @chown games ${PREFIX}/bin/jetpack + @chmod u+s ${PREFIX}/bin/jetpack + @chown games ${PREFIX}/lib/X11/jetpack + @chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 |