diff options
author | krion <krion@FreeBSD.org> | 2005-02-20 02:37:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-20 02:37:38 +0800 |
commit | dcc548f802756e0d873cc64addbdc5711aa11965 (patch) | |
tree | 58ec1557f76dce927c9a8a0dce85eec01c5f6aa1 /games/xroads | |
parent | 39be9b1960f2fb5987a632e41160283e7a3fa0b9 (diff) | |
download | freebsd-ports-gnome-dcc548f802756e0d873cc64addbdc5711aa11965.tar.gz freebsd-ports-gnome-dcc548f802756e0d873cc64addbdc5711aa11965.tar.zst freebsd-ports-gnome-dcc548f802756e0d873cc64addbdc5711aa11965.zip |
Fix MASTER_SITES
PR: ports/77734
Submitted by: maintainer
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 |