- Mark DEPRECATED as the last release was in 2008. There is a newer fork
in the tree games/prboom-plus.
- Remove LIB_DEPENDS to smpeg as it was removed and there is no src
pertaining to smpeg in the src tree
- Set EXPIRATION_DATE 2025-01-29
- Pet port{clippy|fmt}
- Refresh patches
Approved by: portmgr (blanket)
20 lines
675 B
Text
20 lines
675 B
Text
--- src/Makefile.in.orig 2008-11-09 19:22:16 UTC
|
|
+++ src/Makefile.in
|
|
@@ -31,7 +31,7 @@ INSTALL_HEADER = $(INSTALL_DATA)
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
-transform = $(program_transform_name)
|
|
+transform =
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
@@ -246,7 +246,7 @@ SUBDIRS = SDL POSIX MAC
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
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 = \
|