From 5aea24d670288ebd315ee069ec97cd5124e2fa21 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 4 May 2010 14:59:54 +0000 Subject: - Update to 3.1.2v2 --- games/angband/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/angband/Makefile') diff --git a/games/angband/Makefile b/games/angband/Makefile index 2d3bfb3d64d6..5c57b5b10a68 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -6,10 +6,10 @@ # PORTNAME= angband -PORTVERSION= 3.1.1.1626 +DISTVERSION= 3.1.2v2 CATEGORIES= games MASTER_SITES= http://rephial.org/downloads/3.1/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= pav@FreeBSD.org COMMENT= Rogue-like game with color, X11 support @@ -17,14 +17,14 @@ COMMENT= Rogue-like game with color, X11 support USE_GMAKE= yes ALL_TARGET= # GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-setgid=games --disable-sdl --disable-sdl-mixer +CONFIGURE_ARGS= --with-setgid=games --disable-sdl --disable-sdl-mixer --with-varpath=/var/games/angband .if !defined(WITHOUT_X11) USE_XORG= sm x11 CONFIGURE_ARGS+= --with-x .else CONFIGURE_ARGS+= --with-x=no .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CONFIGURE_ENV= ac_cv_path_mkdir=mkdir SUB_FILES= pkg-message -- cgit v1.2.3