openbsd-ports/games/prboom/patches/patch-src_Makefile_in
2006-10-17 01:58:41 +00:00

13 lines
503 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.6 2006/10/17 01:58:41 jolan Exp $
--- src/Makefile.in.orig Sat Oct 14 12:48:40 2006
+++ src/Makefile.in Mon Oct 16 20:48:01 2006
@@ -246,7 +246,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 = \