summaryrefslogtreecommitdiff
path: root/games/jetpack/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-21 01:21:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-21 01:21:34 +0000
commit8b2e20cba0fee107e6c282118084d606daa8ca2c (patch)
treed5881a535a8a3713a975b76f7bc14dc081053b7a /games/jetpack/Makefile
parentChange all makefiles in the print directory according to the new rules (diff)
Don't forget to add
@${MAKE} ${.MAKEFLAGS} fake-pkg to your do-install target! ;)
Notes
Notes: svn path=/head/; revision=1475
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r--games/jetpack/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index ea13c038c289..481d8f04372f 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.10 1995/04/11 02:00:32 jmz Exp $
+# $Id: Makefile,v 1.11 1995/04/20 18:20:55 asami Exp $
#
DISTNAME= jetpack
@@ -11,6 +11,7 @@ PKGNAME= jetpack-1.0
CATEGORIES+= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTFILES= jetpack.tar.Z
+
MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
@@ -21,5 +22,6 @@ do-install:
@chmod u+s ${PREFIX}/bin/jetpack
@chown games ${PREFIX}/lib/X11/jetpack
@chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000
+ @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>