diff options
author | asami <asami@FreeBSD.org> | 1996-12-23 02:29:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-23 02:29:36 +0000 |
commit | 0342daaa87f45b672b51dd13c3a5995d11adc2ca (patch) | |
tree | b679c7a925538735919edbab6807640cf690bc35 /games/nethack34/Makefile | |
parent | 485d2cb42fd94c85db252acb1ce9b6ddaf09a9aa (diff) | |
download | FreeBSD-ports-0342daaa87f45b672b51dd13c3a5995d11adc2ca.zip FreeBSD-ports-0342daaa87f45b672b51dd13c3a5995d11adc2ca.tar.gz |
Update to 3.2.2.
Notified by: andreas
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index fec86ba..e730f82 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/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 |