diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:46:30 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:46:30 +0000 |
commit | d3275ee40b12e2ecfe368322e09882b2f1af2d57 (patch) | |
tree | 66818c9af6e5b73046ba4cd6022261c1fc648511 /games/xpilot/patches | |
parent | ad5981c25836546e4546394a8e2d243b1e6bba25 (diff) | |
download | pkgsrc-d3275ee40b12e2ecfe368322e09882b2f1af2d57.tar.gz |
Initial addition of xpilot-4.0.0, networked space battles for X11.
Closes pr 5887 by Tim Rightnour.
Diffstat (limited to 'games/xpilot/patches')
-rw-r--r-- | games/xpilot/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xpilot/patches/patch-aa b/games/xpilot/patches/patch-aa new file mode 100644 index 00000000000..9cd33035548 --- /dev/null +++ b/games/xpilot/patches/patch-aa @@ -0,0 +1,18 @@ +--- Local.config.orig Tue Apr 28 09:40:19 1998 ++++ Local.config Sat Aug 1 15:50:01 1998 +@@ -25,12 +25,12 @@ + #define LocalGuru xpilot@xpilot.org /* The one to contact for problems */ + #endif /* LocalGuru */ + +-PREFIX = /usr/local/games ++PREFIX = $(X11BASE) + + /* Manual pages for games usually go to section 6. */ + MANSUFFIX = 6 +-INSTMANDIR = $(PREFIX)/man/man$(MANSUFFIX) +-INSTLIBDIR = $(PREFIX)/lib/xpilot ++INSTMANDIR = $(PREFIX)/man/cat$(MANSUFFIX) ++INSTLIBDIR = $(PREFIX)/share/xpilot + INSTBINDIR = $(PREFIX)/bin + + /* #define Log /* Try to log every server start to log file */ |