summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/halflifeserver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile
index a442aeeb1ef1..81bf123c9f97 100644
--- a/games/halflifeserver/Makefile
+++ b/games/halflifeserver/Makefile
@@ -24,7 +24,8 @@ USE_LINUX_PREFIX= yes
NO_CDROM= "Size; the data set is much too big"
NO_BUILD= yes
WRKSRC= ${WRKDIR}/hlds_l
-PLIST_SUB= HLDSDIR="${HLDSDIR:S/^\///}" LDCONFIG="${LDCONFIG_LINUX}"
+PLIST_SUB= ${PLIST_SUB_FOR_THIS_PORT}
+PLIST_SUB_FOR_THIS_PORT= HLDSDIR="${HLDSDIR:S/^\///}" LDCONFIG="${LDCONFIG_LINUX}"
INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig