diff options
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r-- | games/angband/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 553b2f497e8..883a28194af 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: angband -# Version required: 2.8.1 +# Version required: 2.8.2 # Date created: 21 Feb 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id$ +# $Id: Makefile,v 1.2 1997/03/31 11:27:16 max Exp $ # -DISTNAME= angband-281 -PKGNAME= angband-2.8.1 +DISTNAME= angband-282 +PKGNAME= angband-2.8.2 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ |