diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-18 03:04:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-18 03:04:36 +0000 |
commit | 54a0819a3e1fa77c8f59d4ab46e820dd2aab6f9c (patch) | |
tree | 995c388d503f395cbeaf11441dc014974e0b6e12 /games/halflifeserver | |
parent | Update port to 2.2.0 (diff) |
Protect slave ports PLIST_SUB from needless polution
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=41625
Diffstat (limited to 'games/halflifeserver')
-rw-r--r-- | games/halflifeserver/Makefile | 3 |
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 |