diff options
Diffstat (limited to 'games/hlstatsx')
-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> |