diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-30 12:22:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-30 12:22:51 +0000 |
commit | 4f48fd9868a846286dc8ff306d6f85822df7757b (patch) | |
tree | ca622b6becb41e16dc9fa2f66fb455a2cef5f3f7 /games | |
parent | c54865f2f5951efeff83b18b91f1575b274373fb (diff) | |
download | pkgsrc-4f48fd9868a846286dc8ff306d6f85822df7757b.tar.gz |
Fix more paths to Perl scripts. Fix path to bash. Depend on it.
Bump revision.
XXX not sure if this really needs bash
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-server/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 1a0c5f9f009..5c86f7326ea 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -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 @@ HOMEPAGE= http://crossfire.real-time.com/ 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 |