diff options
author | andreas <andreas@FreeBSD.org> | 1998-03-14 14:58:02 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-03-14 14:58:02 +0000 |
commit | e4d1bccdbbe510c66cb2416a416117f8c1a3946f (patch) | |
tree | ed66a5c86c6de44ddaa8fe8ab19ae8f909cf62b0 /games/nethack33-qt | |
parent | 6284caa68890ab9d8671c680ed5ff642c6fffe38 (diff) | |
download | FreeBSD-ports-e4d1bccdbbe510c66cb2416a416117f8c1a3946f.zip FreeBSD-ports-e4d1bccdbbe510c66cb2416a416117f8c1a3946f.tar.gz |
- removed ftp.uu.net from the master_site list, they only have the
nethack sources as splitted parts.
- the home of the qt enhancements moved slightly
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 00f82f7..04b8432 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -3,14 +3,13 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1997/11/10 09:29:54 asami Exp $ +# $Id: Makefile,v 1.11 1998/02/07 19:33:15 andreas Exp $ # DISTNAME= nethack-3.2.2 PKGNAME= nethack-qt-3.2.2 CATEGORIES= games x11 -MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \ - http://www.troll.no/~warwick/nethack/ \ +MASTER_SITES= http://www.troll.no/warwick/nethack/ \ ${MASTER_SITE_GNU} QT_PATCH= nhqt0.93.tar.gz QT_SOUND= nhs.tar.gz |