summaryrefslogtreecommitdiff
path: root/games/jetpack
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
commitca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch)
treefa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/jetpack
parentUpdate of ports/japanese Makefiles to work with the new bsd.port.mk. (diff)
Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
Notes
Notes: svn path=/head/; revision=1472
Diffstat (limited to 'games/jetpack')
-rw-r--r--games/jetpack/Makefile8
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>