diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-tty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 131f1a2e27c..7d7ca40d36c 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2008/05/26 02:13:19 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2008/08/23 07:47:00 obache Exp $ # DISTNAME= angband-283 PKGNAME= angband-tty-2.8.3 PKGREVISION= 4 CATEGORIES= games -MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ - ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Source/ +MASTER_SITES= ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Source/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SPOILERFILE} MAINTAINER= pkgsrc-users@NetBSD.org |