diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/halflifeserver/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index c1d95e0ac6d1..a442aeeb1ef1 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -28,7 +28,6 @@ PLIST_SUB= HLDSDIR="${HLDSDIR:S/^\///}" LDCONFIG="${LDCONFIG_LINUX}" INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig -STRIP_LINUX= ${LINUXBASE}/usr/bin/strip HLDSDIR= /usr/games/hlds_l/ HL_DIRS= valve/maps valve/events valve/dlls valve/cl_dlls \ @@ -66,7 +65,6 @@ install-files: done # trim/set permissions @${CHMOD} ${BINMODE} ${PREFIX}${HLDSDIR}${HL_PROGRAM} - @${STRIP_LINUX} ${PREFIX}${HLDSDIR}${HL_PROGRAM} # libraries # this should go in a pkg-install, should be checked later @if ! (${GREP} -E \"^${HLDSDIR}$$\" ${PREFIX}/etc/ld.so.conf >/dev/null 2>/dev/null) ;\ |