diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-17 23:07:47 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-17 23:07:47 +0000 |
commit | fc29daf34b1a62c5f2697dede59433bafe9d1cdd (patch) | |
tree | 489faf5f3649e3986b10e7fd007f10f23fe543d4 /games/halflifeserver | |
parent | Add second md5 for dired tarball. (diff) |
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
Diffstat (limited to 'games/halflifeserver')
-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) ;\ |