diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 19:07:25 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 19:07:25 +0800 |
commit | 6bfc65854b70444601d583fb8f99c807cb798b22 (patch) | |
tree | 4d3e92df73ac4156ca4d9839bc5ae8cf7384c02a | |
parent | 52658afe21edf70b6d1df84f754ff52276b4c4e0 (diff) | |
download | freebsd-ports-gnome-6bfc65854b70444601d583fb8f99c807cb798b22.tar.gz freebsd-ports-gnome-6bfc65854b70444601d583fb8f99c807cb798b22.tar.zst freebsd-ports-gnome-6bfc65854b70444601d583fb8f99c807cb798b22.zip |
fix MASTER_SITES
-rw-r--r-- | games/xscrabble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 75e3568a5420..37d043079272 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -8,7 +8,7 @@ PORTNAME= xscrabble PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ \ +MASTER_SITES= http://ahoyhoy.org/devel/misc/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mph DISTNAME= ${PORTNAME} |