diff options
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r-- | games/nethack/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index fec86ba28b26..e730f824c4bc 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: nethack -# Version required: 3.2.1 +# Version required: 3.2.2 # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $ +# $Id: Makefile,v 1.9 1996/11/18 10:23:21 asami Exp $ # -DISTNAME= nethack-3.2.1 +DISTNAME= nethack-3.2.2 CATEGORIES= games -MASTER_SITES= \ - ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \ + ${MASTER_SITE_GNU} MAINTAINER= asami@FreeBSD.ORG |