- remove unneeded patches

This commit is contained in:
jasper 2011-05-02 18:49:27 +00:00
parent e13ac25a14
commit c1db31d40a
4 changed files with 4 additions and 37 deletions

@ -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 <bsd.port.mk>

@ -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

@ -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 \

@ -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 = \