mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Protect slave ports PLIST_SUB from needless polution
Approved by: maintainer
This commit is contained in:
parent
959846cd21
commit
54a0819a3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41625
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user