pkgsrc/games/prboom/patches/patch-ab
zuntum 231104751d Initial import of prboom-2.2.1
Prboom is a modified version of the ID Software's classic game Doom.
It runs on several platforms (include Win32 and Unixes) and features
many additions to the original game.  It also supports multiplayer
games.

Note: this package lacks audio support for now, because we don't have SDL_mixer yet.
I hope to enable it in the future.
2001-07-26 12:33:59 +00:00

13 lines
372 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
--- data/Makefile.in.orig Sat Jun 23 11:57:48 2001
+++ data/Makefile.in
@@ -91,7 +91,7 @@
VERSION = @VERSION@
ac_aux_dir = @ac_aux_dir@
-waddir = $(datadir)/games/doom
+waddir = $(datadir)/doom
wad_DATA = prboom.wad
EXTRA_DIST = prboom.wad
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs