diff options
author | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
commit | 2460005d44e9b9714a74e23ffbb35d212d1cf952 (patch) | |
tree | f5bb895834328feabce550d44e1e6adfb6bc5835 /games/zangband | |
parent | 6f38d3ae3c1702ce29321d6c507159d1cb511346 (diff) | |
download | freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.gz freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.zst freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.zip |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Diffstat (limited to 'games/zangband')
-rw-r--r-- | games/zangband/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 75c93e39158b..0813b7394314 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -7,7 +7,7 @@ PORTNAME= zangband PORTVERSION= 2.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= games MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ @@ -18,9 +18,9 @@ COMMENT= Zangband (Zelazny Angband) with color, X11 support USE_XLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:213 +USE_AUTOTOOLS= automake:14 autoconf:261 USE_PERL5_BUILD=yes -CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ +CONFIGURE_ARGS= --datadir=${PREFIX}/lib --mandir=${PREFIX}/man \ --with-setgid=${SHAREGRP} NO_CDROM= Possible copyright infringement |