diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-19 00:44:48 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-19 00:44:48 +0000 |
commit | 007fa294f2ea9008fea033a32155bc157ac0bd82 (patch) | |
tree | e4e6a6b06de48b3caac5d9d2c4099bf4a9fdeaae /games | |
parent | 1de8d824e6299258e52a0facb6d2a154b93b8468 (diff) | |
download | ports-007fa294f2ea9008fea033a32155bc157ac0bd82.tar.gz ports-007fa294f2ea9008fea033a32155bc157ac0bd82.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/hlstatsx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hlstatsx/Makefile b/games/hlstatsx/Makefile index b0df6ba501f4..442f6931b27c 100644 --- a/games/hlstatsx/Makefile +++ b/games/hlstatsx/Makefile @@ -8,14 +8,14 @@ PORTNAME= hlstatsx DISTVERSION= 1.20RC2 CATEGORIES= games www -MASTER_SITES= http://www.users.on.net/~tarek_abouzeid/cstrike/HLstats/ +MASTER_SITES= http://striker.interhact.net/hlstatsx/ DISTNAME= HLstatsX_V${DISTVERSION} MAINTAINER= scjamorim@bsd.com.br COMMENT= Real-time player and clan rankings and statistics for HL2 and mods NO_BUILD= yes -USE_APACHE= 1.3 +USE_APACHE= 2.0+ USE_PHP= gd mysql USE_PERL5_RUN= yes USE_ZIP= yes @@ -32,7 +32,5 @@ do-install: @ ${ECHO_MSG} "* Files have been installed in" @ ${ECHO_MSG} "* ${PREFIX}/${HLSTATSX}" @ ${ECHO_MSG} "*" - @ ${ECHO_MSG} "* Visit http://www.hlstatsx.com/installation/ for instructions on getting it running." - @ ${ECHO_MSG} "*" .include <bsd.port.mk> |