diff options
author | asami <asami@FreeBSD.org> | 1995-04-21 01:21:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-21 01:21:34 +0000 |
commit | e818dee985245b883adaf553f257bd7265ef87e1 (patch) | |
tree | a98a7755ea99efc5ac844761eb6e21c93ef069a1 /games/jetpack | |
parent | 548b53cbee1db49f8d9ec1d3c156f1823258c90f (diff) | |
download | FreeBSD-ports-e818dee985245b883adaf553f257bd7265ef87e1.zip FreeBSD-ports-e818dee985245b883adaf553f257bd7265ef87e1.tar.gz |
Don't forget to add
@${MAKE} ${.MAKEFLAGS} fake-pkg
to your do-install target! ;)
Diffstat (limited to 'games/jetpack')
-rw-r--r-- | games/jetpack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index ea13c03..481d8f0 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> |