From c1db31d40a47f8a207ba03f2277b65d3f4ff54db Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 2 May 2011 18:49:27 +0000 Subject: [PATCH] - remove unneeded patches --- games/prboom/Makefile | 5 ++++- games/prboom/patches/patch-Makefile_in | 12 ------------ games/prboom/patches/patch-doc_Makefile_in | 12 ------------ games/prboom/patches/patch-src_Makefile_in | 12 ------------ 4 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 games/prboom/patches/patch-Makefile_in delete mode 100644 games/prboom/patches/patch-doc_Makefile_in delete mode 100644 games/prboom/patches/patch-src_Makefile_in diff --git a/games/prboom/Makefile b/games/prboom/Makefile index b273a77be5b..f0fa1af304b 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2010/11/22 10:16:08 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2011/05/02 18:49:27 jasper Exp $ COMMENT= enhanced clone of Id Software's Doom game; multiplayer DISTNAME= prboom-2.4.7 @@ -28,4 +28,7 @@ CONFIGURE_STYLE=gnu CONFIGURE_ARGS+=--disable-cpu-opt MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools +FAKE_FLAGS += gamesdir=${PREFIX}/bin \ + docdir=${PREFIX}/share/doc/prboom + .include diff --git a/games/prboom/patches/patch-Makefile_in b/games/prboom/patches/patch-Makefile_in deleted file mode 100644 index d1efb3cd8c8..00000000000 --- a/games/prboom/patches/patch-Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2006/09/22 05:54:38 jsg Exp $ ---- Makefile.in.orig Fri Sep 22 13:30:36 2006 -+++ Makefile.in Fri Sep 22 13:30:54 2006 -@@ -207,7 +207,7 @@ AUX_DIST_GEN = \ - $(ac_aux_dir)/missing - - MAINTAINERCLEANFILES = $(AUX_DIST_GEN) --docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@ -+docdir = $(prefix)/share/doc/prboom - SUBDIRS = doc data src ICONS VisualC8 VisualC6 - EXTRA_DIST = prboom.spec.in prboom.spec config.h bootstrap $(AUX_DIST_GEN) - doc_DATA = README COPYING AUTHORS NEWS diff --git a/games/prboom/patches/patch-doc_Makefile_in b/games/prboom/patches/patch-doc_Makefile_in deleted file mode 100644 index 9e0e19cc8bf..00000000000 --- a/games/prboom/patches/patch-doc_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-doc_Makefile_in,v 1.1 2006/09/22 05:54:38 jsg Exp $ ---- doc/Makefile.in.orig Sat Aug 12 21:33:32 2006 -+++ doc/Makefile.in Fri Sep 22 13:30:07 2006 -@@ -175,7 +175,7 @@ target_alias = @target_alias@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@ -+docdir = $(prefix)/share/doc/prboom - man_MANS = prboom.6 boom.cfg.5 prboom-game-server.6 - doc_DATA = boom.txt MBF.txt MBFFAQ.txt README.demos README.compat - EXTRA_DIST = boom.txt prboom.6 boom.cfg.5 prboom-game-server.6 \ diff --git a/games/prboom/patches/patch-src_Makefile_in b/games/prboom/patches/patch-src_Makefile_in deleted file mode 100644 index f0aedf5f808..00000000000 --- a/games/prboom/patches/patch-src_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_Makefile_in,v 1.7 2006/11/20 03:15:36 jolan Exp $ ---- src/Makefile.in.orig Sun Nov 19 11:45:21 2006 -+++ src/Makefile.in Sun Nov 19 21:12:41 2006 -@@ -248,7 +248,7 @@ target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = SDL POSIX MAC --gamesdir = $(prefix)/games -+gamesdir = $(prefix)/bin - prboom_game_server_SOURCES = d_server.c protocol.h - prboom_game_server_LDADD = POSIX/libposixdoom.a SDL/i_network.o @NET_LIBS@ @SDL_LIBS@ - COMMON_SRC = \