diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
commit | 52619586269c9e817bdf8a8496e70376ba957597 (patch) | |
tree | 91ac46dd366a9b5bee3465be0e79bf7e9f4efd10 /games/nethack34-qt | |
parent | 651269fa962f1c06139c612b72c1e21091612a60 (diff) | |
download | ports-52619586269c9e817bdf8a8496e70376ba957597.tar.gz ports-52619586269c9e817bdf8a8496e70376ba957597.zip |
Notes
Diffstat (limited to 'games/nethack34-qt')
-rw-r--r-- | games/nethack34-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 1a167213d65c..aac21070b8a3 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.19 1998/09/17 00:32:33 asami Exp $ +# $Id: Makefile,v 1.20 1998/11/10 18:56:21 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -13,6 +13,7 @@ MASTER_SITES= http://www.troll.no/warwick/nethack/ \ http://trolls.troll.no/warwick/nethack/ \ ftp://ftp.troll.no/contrib/ \ ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= nethack QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz QT_SOUND= nhs.tar.gz DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} |