diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-11 21:55:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-11 21:55:40 +0000 |
commit | 63b265795924e8aa1a9662a78baca77376179092 (patch) | |
tree | 12a9113bc8c7da4123f7acd3c0cfaedc7cee3ff5 /games/angband/Makefile | |
parent | 10bdeeac6fed6f5a4471ee50dfaad10efc31d61b (diff) | |
download | ports-63b265795924e8aa1a9662a78baca77376179092.tar.gz ports-63b265795924e8aa1a9662a78baca77376179092.zip |
Notes
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r-- | games/angband/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 6d569d489d1d..77385611c807 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -6,9 +6,10 @@ # PORTNAME= angband -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= games -MASTER_SITES= http://rephial.org/downloads/3.2/ +MASTER_SITES= http://rephial.org/downloads/3.3/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= pav@FreeBSD.org COMMENT= Rogue-like game with color, X11 support @@ -23,7 +24,6 @@ CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --with-x=no .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CONFIGURE_ENV= ac_cv_path_mkdir=mkdir CPP= cc -E |