diff options
author | max <max@FreeBSD.org> | 1997-03-31 19:27:27 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-03-31 19:27:27 +0800 |
commit | 4fbff5b19586c9b27eaf02d96d91dd14a1b16bed (patch) | |
tree | 169a46c03139d7677f821c6c4d35f7200503d493 /games/angband/Makefile | |
parent | 6753dba747f61654b2a33b7b0ca32eea75c2fef8 (diff) | |
download | freebsd-ports-gnome-4fbff5b19586c9b27eaf02d96d91dd14a1b16bed.tar.gz freebsd-ports-gnome-4fbff5b19586c9b27eaf02d96d91dd14a1b16bed.tar.zst freebsd-ports-gnome-4fbff5b19586c9b27eaf02d96d91dd14a1b16bed.zip |
Upgrade, 0.8.0 -> 0.8.1.
Split the patches into several files.
Submitted by: Matthew Hunt <mph@pobox.com>
(Closing PR #3003.)
Also, style tweaks on Makefile.
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r-- | games/angband/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index cc491689deb0..553b2f497e84 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: angband -# Version required: 2.8.0 +# Version required: 2.8.1 # Date created: 21 Feb 1997 # Whom: Matthew Hunt <mph@pobox.com> # # $Id$ # -DISTNAME= angband-2.8.0 +DISTNAME= angband-281 +PKGNAME= angband-2.8.1 CATEGORIES= games MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ -DISTFILES= angband-280.tar.gz MAINTAINER= mph@pobox.com -WRKSRC= ${WRKDIR}/angband-280 USE_X11= yes -PATCH_STRIP= -p1 .include <bsd.port.mk> |