summaryrefslogtreecommitdiffstats
path: root/games/halflifeserver
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-04-17 23:07:47 +0000
committersf <sf@FreeBSD.org>2001-04-17 23:07:47 +0000
commit5c71b75b3dc97956a4c11fd544b8660579acd263 (patch)
tree2d77edeb21ee0ff578f00440eadf38dd2f9ecf4a /games/halflifeserver
parent09f95a0f3c2ffd23f3551076c9b1a137fdfa40cc (diff)
downloadFreeBSD-ports-5c71b75b3dc97956a4c11fd544b8660579acd263.zip
FreeBSD-ports-5c71b75b3dc97956a4c11fd544b8660579acd263.tar.gz
hlds_run must not to be stripped. This program does virus check at runtime
and detects its binary has been modified. Submitted by: maintainer
Diffstat (limited to 'games/halflifeserver')
-rw-r--r--games/halflifeserver/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile
index c1d95e0..a442aee 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) ;\
OpenPOWER on IntegriCloud