summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-08-19 00:44:48 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-08-19 00:44:48 +0000
commit007fa294f2ea9008fea033a32155bc157ac0bd82 (patch)
treee4e6a6b06de48b3caac5d9d2c4099bf4a9fdeaae
parent- Use SF macro. (diff)
- Changed MASTER_SITES.
- Use Apache 2.0+. PR: ports/137810 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Notes
Notes: svn path=/head/; revision=239913
-rw-r--r--games/hlstatsx/Makefile6
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>