diff options
author | hubertf <hubertf> | 1997-12-30 03:41:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-30 03:41:43 +0000 |
commit | 7674ebf7b22dcebcfb11cba39fc92e962acd6834 (patch) | |
tree | 50d92ec0f6218cccf3fcc70979cc85eb9506f8ca /games/xkobo/patches | |
parent | 6f55a26c4cbf61408d48c25be131a61e5df35004 (diff) | |
download | pkgsrc-7674ebf7b22dcebcfb11cba39fc92e962acd6834.tar.gz |
Multi-way scrolling shoot 'em up game for X. Strangely addictive.
Diffstat (limited to 'games/xkobo/patches')
-rw-r--r-- | games/xkobo/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xkobo/patches/patch-aa b/games/xkobo/patches/patch-aa new file mode 100644 index 00000000000..621b23d399c --- /dev/null +++ b/games/xkobo/patches/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Fri Jan 10 03:29:36 1997 ++++ Imakefile Wed Nov 12 10:55:46 1997 +@@ -6,7 +6,7 @@ + SHIPS = 5 + + /* RECORDS */ +-HSCORE_DIR = /usr/local/games/xkobo-scores ++HSCORE_DIR = $(LIBDIR)/xkobo-scores + + /* C++ COMPILER */ + /* CXX = g++ */ |