aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-04-17 23:07:47 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-04-17 23:07:47 +0000
commitfc29daf34b1a62c5f2697dede59433bafe9d1cdd (patch)
tree489faf5f3649e3986b10e7fd007f10f23fe543d4
parent5e47440ab34f0ec92ab1838ed6f5e06bb84474f3 (diff)
downloadports-fc29daf34b1a62c5f2697dede59433bafe9d1cdd.tar.gz
ports-fc29daf34b1a62c5f2697dede59433bafe9d1cdd.zip
hlds_run must not to be stripped. This program does virus check at runtime
and detects its binary has been modified. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=41621
-rw-r--r--games/halflifeserver/Makefile2
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) ;\