diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-03-14 14:58:02 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-03-14 14:58:02 +0000 |
commit | 917988259d4a312b53e83ea361ae78eba83f9ba3 (patch) | |
tree | 617afe6beb538edf273681d68857cf5b51a3aa13 /games/nethack34-qt | |
parent | e8c9e43e129ffc510b217a4e991babe005cb5136 (diff) | |
download | ports-917988259d4a312b53e83ea361ae78eba83f9ba3.tar.gz ports-917988259d4a312b53e83ea361ae78eba83f9ba3.zip |
Notes
Diffstat (limited to 'games/nethack34-qt')
-rw-r--r-- | games/nethack34-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 00f82f7d0ecd..04b843245554 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-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 |