diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:21:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:21:16 +0000 |
commit | ca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch) | |
tree | fa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/jetpack/Makefile | |
parent | ee38b3ca7baebb3db99c989e4bd4cca91e36d7d7 (diff) |
Notes
Diffstat (limited to 'games/jetpack/Makefile')
-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 775cd0cdad51..ea13c038c289 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.9 1995/04/11 00:20:15 asami Exp $ +# $Id: Makefile,v 1.10 1995/04/11 02:00:32 jmz Exp $ # DISTNAME= jetpack @@ -16,10 +16,10 @@ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= PREFIX=${PREFIX} -f -.include <bsd.port.mk> - -install: +do-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 + +.include <bsd.port.mk> |