diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2000-06-14 05:44:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2000-06-14 05:44:53 +0000 |
commit | 8fc36b393c50f756c1cfb15aa8b203758d394117 (patch) | |
tree | 2c01e2faac2182c6b853631f5e348c2e8a07231d /games/xscrabble | |
parent | Upgrade to beta74. (diff) |
In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
Notes
Notes:
svn path=/head/; revision=29588
Diffstat (limited to 'games/xscrabble')
-rw-r--r-- | games/xscrabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index fb5e4cdf0201..563ec90d355c 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -9,7 +9,8 @@ PORTNAME= xscrabble PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ \ - http://people.FreeBSD.org/~mph/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |