summaryrefslogtreecommitdiffstats
path: root/games/jetpack/Makefile
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-12 17:17:08 +0000
committerjmz <jmz@FreeBSD.org>1995-02-12 17:17:08 +0000
commit9d7a4741923f26c1ad52a3614c338eed3fa87784 (patch)
tree6b1fe91bf3d74b482b65584e6f8776c89730e050 /games/jetpack/Makefile
parentbac6011eac2a181f27cd52c823f8d12498f4d047 (diff)
downloadFreeBSD-ports-9d7a4741923f26c1ad52a3614c338eed3fa87784.zip
FreeBSD-ports-9d7a4741923f26c1ad52a3614c338eed3fa87784.tar.gz
Add missing '@'s
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r--games/jetpack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index f3912f8..12d651f 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
OpenPOWER on IntegriCloud