aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-04-18 03:04:36 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-04-18 03:04:36 +0000
commit54a0819a3e1fa77c8f59d4ab46e820dd2aab6f9c (patch)
tree995c388d503f395cbeaf11441dc014974e0b6e12
parent959846cd21a812f12dd1a3f00a336313d2427b8d (diff)
downloadports-54a0819a3e1fa77c8f59d4ab46e820dd2aab6f9c.tar.gz
ports-54a0819a3e1fa77c8f59d4ab46e820dd2aab6f9c.zip
Protect slave ports PLIST_SUB from needless polution
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=41625
-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