mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7f4f3c0a1d
a multiplayer-capable and modified version of ID's classic doom game. PR: 28022 Submitted by: Jordan DeLong <fracture@allusion.net>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
--- src/Makefile.in.orig Sun Apr 1 02:14:08 2001
|
|
+++ src/Makefile.in Sun Jun 10 16:44:19 2001
|
|
@@ -97,7 +97,7 @@
|
|
|
|
SUBDIRS = SDL POSIX
|
|
|
|
-gamesdir = $(prefix)/games
|
|
+gamesdir = $(prefix)/bin
|
|
EXTRA_PROGRAMS = prboom-game-server
|
|
games_PROGRAMS = prboom @BUILD_SERVER@
|
|
|