pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/crossfire-server Fix more paths to Perl scripts....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/817ddf8499e5
branches:  trunk
changeset: 531433:817ddf8499e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 30 12:22:51 2007 +0000

description:
Fix more paths to Perl scripts. Fix path to bash. Depend on it.
Bump revision.

XXX not sure if this really needs bash

diffstat:

 games/crossfire-server/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 26d18d49b355 -r 817ddf8499e5 games/crossfire-server/Makefile
--- a/games/crossfire-server/Makefile   Mon Jul 30 10:33:07 2007 +0000
+++ b/games/crossfire-server/Makefile   Mon Jul 30 12:22:51 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2007/02/04 20:02:49 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2007/07/30 12:22:51 joerg Exp $
 
 DISTNAME=      crossfire-1.9.0
 PKGNAME=       crossfire-server-1.9.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    games x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=crossfire/}
 
@@ -11,17 +11,21 @@
 COMMENT=       X11 multi/single player game similar to gauntlet and nethack
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl:run
+USE_TOOLS+=            gmake perl:run bash:run
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}/games
 CONFIGURE_ENV+=                ac_cv_path_GZIP=${GZIP_CMD:Q}
 
+REPLACE_BASH+= utils/crossloop.web.in
+
 REPLACE_PERL+= doc/include_html.pl doc/playbook/make_index.pl
 REPLACE_PERL+= doc/scripts/items-extract.pl doc/scripts/makeps.pl
 REPLACE_PERL+= doc/scripts/monster-extract.pl lib/adm/archsearch.pl
 REPLACE_PERL+= lib/adm/collect_images.pl lib/adm/map_expand.pl
 REPLACE_PERL+= lib/adm/mapslitter.pl lib/checkarch.pl
 REPLACE_PERL+= lib/collect.pl lib/util.pl utils/metaserver.pl
+REPLACE_PERL+= utils/player_dl.pl.in utils/metaserver.pl.in
+REPLACE_PERL+= utils/mktable.script lib/adm/map_info
 
 EGDIR=         ${PREFIX}/share/examples/crossfire
 CONF_FILES+=   ${EGDIR:Q}/ban_file ${PKG_SYSCONFDIR:Q}/crossfire/ban_file



Home | Main Index | Thread Index | Old Index