diff options
Diffstat (limited to 'games/prboom/patches/patch-ab')
-rw-r--r-- | games/prboom/patches/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/prboom/patches/patch-ab b/games/prboom/patches/patch-ab index 59ab351983b..db9ef3437bc 100644 --- a/games/prboom/patches/patch-ab +++ b/games/prboom/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $ +$NetBSD: patch-ab,v 1.2 2004/09/25 20:02:55 snj 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@ - +--- data/Makefile.in.orig 2004-09-22 04:14:30.000000000 -0700 ++++ data/Makefile.in 2004-09-25 12:38:02.000000000 -0700 +@@ -163,7 +163,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ -waddir = $(datadir)/games/doom +waddir = $(datadir)/doom wad_DATA = prboom.wad EXTRA_DIST = prboom.wad - mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs + all: all-am |