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/angband | |
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/angband')
-rw-r--r-- | games/angband/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 96310803f732..1c62efae3f11 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Extra/ \ ftp://ftp.sunet.se/pub/games/Angband/Extra/ \ ftp://mirror.aarnet.edu.au/pub/games/roguelike/angband/Extra/ \ - http://people.FreeBSD.org/~mph/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTNAME= angband-290 DISTFILES= angband-290-src.tar.gz angband-290-graf.zip \ angband-290-data.tar.gz |