diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-08-09 20:29:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-08-09 20:29:44 +0000 |
commit | 07a09e3e80de3bedf5a4e66a06f3a96a5108a852 (patch) | |
tree | 5a814f7f125b143b50f84a401471ba88723f1dfb /games/hlserver-cs | |
parent | d549bae93a323506c8eef8c5297587e0c6528967 (diff) | |
download | ports-07a09e3e80de3bedf5a4e66a06f3a96a5108a852.tar.gz ports-07a09e3e80de3bedf5a4e66a06f3a96a5108a852.zip |
Notes
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r-- | games/hlserver-cs/Makefile | 6 | ||||
-rw-r--r-- | games/hlserver-cs/pkg-plist | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 213ae636a05a..3ae96a58702f 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -8,11 +8,9 @@ PORTNAME?= cs PORTVERSION?= 1.5 CATEGORIES?= games linux -MASTER_SITES?= http://cstrike.thefusion.cc/ \ - http://bteg.net/~ms/hl/ \ +MASTER_SITES?= http://files.redphive.org/ \ http://www.jetstreamgames.co.nz/files/pub/halflife/cstrike/ \ - http://cs.webcabo.com.br/~mosca/cs/ \ - http://lamas.counter-strike.hu:8080/letolt/extra/cs/ + http://cs.webcabo.com.br/~mosca/cs/ PKGNAMEPREFIX= hlserver- .ifndef(DISTFILES) DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full diff --git a/games/hlserver-cs/pkg-plist b/games/hlserver-cs/pkg-plist index b51aef2433f0..dd5e5a9536fc 100644 --- a/games/hlserver-cs/pkg-plist +++ b/games/hlserver-cs/pkg-plist @@ -57,7 +57,6 @@ %%HLDSDIR%%cstrike/de_vegas.wad %%HLDSDIR%%cstrike/decals.wad %%HLDSDIR%%cstrike/delta.lst -%%HLDSDIR%%cstrike/dlls/cs_i386.so %%HLDSDIR%%cstrike/events/ak47.sc %%HLDSDIR%%cstrike/events/aug.sc %%HLDSDIR%%cstrike/events/awp.sc @@ -823,9 +822,7 @@ @dirrm %%HLDSDIR%%cstrike/maps %%PORTDOCS%%@dirrm %%HLDSDIR%%cstrike/manual @dirrm %%HLDSDIR%%cstrike/events -@dirrm %%HLDSDIR%%cstrike/dlls @dirrm %%HLDSDIR%%cstrike/classes @dirrm %%HLDSDIR%%cstrike/cl_dlls @unexec rmdir %D/%%HLDSDIR%%cstrike/SAVE 2>/dev/null || true @unexec rmdir %D/%%HLDSDIR%%cstrike/logs 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%cstrike 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%cstrike`` to remove any configuration files and logs left." | fmt |