diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 18:37:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 18:37:38 +0000 |
commit | ddf31fd3223f9acd3a03405c1c4995b34d0a4597 (patch) | |
tree | 669b6064088e92720384bac06bbc3c9359f4d6fb /games/xroads | |
parent | Fix MASTER_SITES (diff) |
Fix MASTER_SITES
PR: ports/77734
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=129301
Diffstat (limited to 'games/xroads')
-rw-r--r-- | games/xroads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile index 1af9a39a2e88..50a66a52a2a0 100644 --- a/games/xroads/Makefile +++ b/games/xroads/Makefile @@ -9,7 +9,7 @@ PORTNAME= xroads PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://linux.tucows.com/files/x11/entertain/ +MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= erik@smluc.org |