freebsd-ports/games/prboom/files/patch-configure
Muhammad Moinur Rahman d412e6378d
games/prboom: Refactor
- 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)
2024-12-30 20:57:26 +01:00

14 lines
364 B
Text

--- configure.orig 2008-11-09 19:22:17 UTC
+++ configure
@@ -2422,9 +2422,9 @@ else
withval=$with_waddir; DOOMWADDIR="$withval"
else
if test "x$prefix" != xNONE; then
- DOOMWADDIR="$prefix/share/games/doom"
+ DOOMWADDIR="$prefix/share/doom"
else
- DOOMWADDIR="$ac_default_prefix/share/games/doom"
+ DOOMWADDIR="$ac_default_prefix/share/doom"
fi
fi