diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 7f047fb68c725cde8ffd2b76c7784a17080c7b8b (patch) | |
tree | 2e4ab8ff34a1d977d16bd740d03383b65233604d /games/angband/Makefile | |
parent | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (diff) | |
download | FreeBSD-ports-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.zip FreeBSD-ports-7f047fb68c725cde8ffd2b76c7784a17080c7b8b.tar.gz |
update portname/portversion stuff (games commit part 1, a-c)
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r-- | games/angband/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index f4313e2..41ab632 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: angband -# Version required: 2.8.3 # Date created: 21 Feb 1997 # Whom: Matthew Hunt <mph@pobox.com> # # $FreeBSD$ # -DISTNAME= angband-283 -PKGNAME= angband-2.8.3 +PORTNAME= angband +PORTVERSION= 2.8.3 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ http://people.FreeBSD.org/~mph/distfiles/ |