aboutsummaryrefslogtreecommitdiff
path: root/games/angband/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-07 16:12:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-07 16:12:29 +0000
commit296400c914c139259745dc1a843091643060bd9d (patch)
tree46826a32da9ba6d1d656130cf9193b475bc6f1b0 /games/angband/Makefile
parentf25d8e66aab8149a43cbec8d2a50850fd96cf0e2 (diff)
downloadports-296400c914c139259745dc1a843091643060bd9d.tar.gz
ports-296400c914c139259745dc1a843091643060bd9d.zip
Notes
Diffstat (limited to 'games/angband/Makefile')
-rw-r--r--games/angband/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index 2249baf9cae3..7477b8566d97 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= angband
-PORTVERSION= 3.0.9b
+PORTVERSION= 3.1.0
CATEGORIES= games
-MASTER_SITES= http://rephial.org/downloads/3.0/ \
+MASTER_SITES= http://rephial.org/downloads/3.1/ \
http://angband.oook.cz/download/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
+DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= pav@FreeBSD.org
COMMENT= Rogue-like game with color, X11 support
@@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --with-x=no
.endif
SUB_FILES= pkg-message
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
pre-fetch:
.if !defined(WITHOUT_X11)