diff options
author | pat <pat@FreeBSD.org> | 2003-08-10 04:29:44 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-08-10 04:29:44 +0800 |
commit | f94b2edfe0bf42675f098b3476b319d7fea65c41 (patch) | |
tree | 6d0f354474cdf5b59b3cd784eb3b1edd8e70bd4e | |
parent | 421eb76867235c0a8bd1514ee46a6523827b9436 (diff) | |
download | freebsd-ports-gnome-f94b2edfe0bf42675f098b3476b319d7fea65c41.tar.gz freebsd-ports-gnome-f94b2edfe0bf42675f098b3476b319d7fea65c41.tar.zst freebsd-ports-gnome-f94b2edfe0bf42675f098b3476b319d7fea65c41.zip |
Make use of cs_i386.so from halflifeserver port and update some sites.
-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 |