diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8 (patch) | |
tree | 6a9eecf5c996622bdb9a53dcf4bd868e5d3c2e38 /games/angband | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
Notes
Diffstat (limited to 'games/angband')
-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 f4313e2e79ad..41ab632ac4ad 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/ |