diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /games/angband | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.zip FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.tar.gz |
WRKSRC-related fixes.
Diffstat (limited to 'games/angband')
-rw-r--r-- | games/angband/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 41ab632..1180b0c 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.8.3 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ http://people.FreeBSD.org/~mph/distfiles/ +DISTNAME= angband-283 DISTFILES= angband-283.tar.gz ext-x11-283.tar.gz angband-data.tar.gz MAINTAINER= mph@freebsd.org |