diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-04 12:02:24 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-04 12:02:24 +0000 |
commit | bcaecf5803f46416bcd477d75756ecd1cff8c681 (patch) | |
tree | 8cef68c9de6f7b51eeb08991e8f0bcb7274a801c /games | |
parent | - Fix crash in case of incorrectly configured PAM (diff) |
- Fix MASTER_SITES.
Reported by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=208424
Diffstat (limited to 'games')
-rw-r--r-- | games/fmars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fmars/Makefile b/games/fmars/Makefile index da789d52c087..7a376e1a51cb 100644 --- a/games/fmars/Makefile +++ b/games/fmars/Makefile @@ -9,7 +9,7 @@ PORTNAME= fmars PORTVERSION= 0.0.207 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.v-lo.krakow.pl/~michal/ +MASTER_SITES= http://users.v-lo.krakow.pl/~michal/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Fast Memory Array Redcode Simulator |