diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-04 12:24:52 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-04 12:24:52 +0000 |
commit | 9b6c3addd712ac52d437cf7ec91348e0b10aff4e (patch) | |
tree | 5517c25782b48fd9193fca93af3072cadf8ae58c /games | |
parent | - Update to 2.7.1. (diff) |
- Fix MASTER_SITES.
Reported by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=208428
Diffstat (limited to 'games')
-rw-r--r-- | games/evq3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile index 8e8974cf76c9..aaee15b2e553 100644 --- a/games/evq3/Makefile +++ b/games/evq3/Makefile @@ -9,7 +9,7 @@ PORTNAME= evq3 PORTVERSION= 1.0a PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://evolution.quakedev.com/dev/final/ +MASTER_SITES= http://evolution.quakedev.com/dev/evq3/ DISTNAME= ${PORTNAME}-final-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pak-${PORTNAME}.pk3 |