pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/falcons-eye Fix path to and dependency on ksh. B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f1623f276e6
branches:  trunk
changeset: 533884:9f1623f276e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 05 21:26:26 2007 +0000

description:
Fix path to and dependency on ksh. Bump revision.

diffstat:

 games/falcons-eye/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r b6747a42fe4c -r 9f1623f276e6 games/falcons-eye/Makefile
--- a/games/falcons-eye/Makefile        Fri Oct 05 21:13:59 2007 +0000
+++ b/games/falcons-eye/Makefile        Fri Oct 05 21:26:26 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2006/12/15 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2007/10/05 21:26:26 joerg Exp $
 #
 
 DISTNAME=              nethack_source_331_jtp_193
 PKGNAME=               falcons-eye-1.9.3
-PKGREVISION=           11
+PKGREVISION=           12
 CATEGORIES=            games
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=falconseye/}
 EXTRACT_SUFX=          .zip
@@ -18,11 +18,13 @@
 DIST_SUBDIR=           ${PKGNAME_NOREV}-20050216-2
 
 WRKSRC=                        ${WRKDIR}
-USE_TOOLS+=            bison lex
+USE_TOOLS+=            bison lex ksh:run
 MAKE_ENV+=             YACC=${TOOLS_CMDLINE_YACC:Q}
 MAKE_FLAGS+=           GAMEUID=${GAMEOWN}
 MAKE_FLAGS+=           GAMEGRP=${GAMEGRP}
 
+REPLACE_KSH+=          src/fe-config
+
 LIBS.SunOS+=           -lm
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index