aboutsummaryrefslogtreecommitdiff
path: root/games/angband/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r--games/angband/Makefile6
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