summaryrefslogtreecommitdiff
path: root/games/jetpack
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 03:54:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-24 03:54:41 +0000
commit2f62aa51be568f1f2d25e79e7c49daf7c4fe0b45 (patch)
tree96d5229c2b5728d1d9e437dbd5a58fdaa97b41bf /games/jetpack
parentAdded gn, but wais is not ready for here. (diff)
Update this to fix install problem.
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=116
Diffstat (limited to 'games/jetpack')
-rw-r--r--games/jetpack/files/patch-ac34
1 files changed, 22 insertions, 12 deletions
diff --git a/games/jetpack/files/patch-ac b/games/jetpack/files/patch-ac
index b8fd5e9bc2c4..11e8dcc09ae2 100644
--- a/games/jetpack/files/patch-ac
+++ b/games/jetpack/files/patch-ac
@@ -1,7 +1,7 @@
-*** Imakefile.orig Mon Nov 8 15:16:05 1993
---- Imakefile Thu Sep 22 16:30:18 1994
+*** Imakefile.orig Mon Apr 6 12:59:31 1992
+--- Imakefile Fri Sep 23 18:24:11 1994
***************
-*** 1,44 ****
+*** 1,54 ****
! SRCS = bitmap.c bonus.c collision.c demo.c draw.c erase.c events.c\
gameover.c initx.c main.c maze.c message.c normal.c quitx.c scores.c\
setinmaze.c setup.c special.c time.c update.c windowx.c
@@ -46,7 +46,17 @@
ComplexProgramTarget(jetpack)
---- 1,45 ----
+ DependTarget()
+ DependDependency()
+
+ InstallNonExec(levels/000,$(LEVELFILE)000)
+
+ # oops, I can't figure how to override the template default to install the
+ # man page as jetpack.1, so I install both and remove the bad one.
+ install.man:: jetpack.man
+! $(INSTALL) -c $(INSTMANFLAGS) jetpack.man $(MANDIR)/jetpack.1
+! @rm -f $(MANDIR)/jetpack.n
+--- 1,58 ----
! SRCS = bitmap.c bonus.c collision.c demo.c draw.c erase.c events.c\
gameover.c initx.c main.c maze.c message.c normal.c quitx.c scores.c\
setinmaze.c setup.c special.c time.c update.c windowx.c
@@ -92,14 +102,14 @@
ComplexProgramTarget(jetpack)
-***************
-*** 50,54 ****
- # oops, I can't figure how to override the template default to install the
- # man page as jetpack.1, so I install both and remove the bad one.
- install.man:: jetpack.man
-! $(INSTALL) -c $(INSTMANFLAGS) jetpack.man $(MANDIR)/jetpack.1
-! @rm -f $(MANDIR)/jetpack.n
---- 51,55 ----
+ DependTarget()
+ DependDependency()
+
++ install::
++ MakeDir($(LIBDIR))
++
+ InstallNonExec(levels/000,$(LEVELFILE)000)
+
# oops, I can't figure how to override the template default to install the
# man page as jetpack.1, so I install both and remove the bad one.
install.man:: jetpack.man