pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xteddy2 Use REPLACE_KSH and express explicit depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1967ae9ef44
branches:  trunk
changeset: 531295:c1967ae9ef44
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 28 00:43:22 2007 +0000

description:
Use REPLACE_KSH and express explicit dependency on it. Bump revision.

diffstat:

 x11/xteddy2/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 836fc46363b4 -r c1967ae9ef44 x11/xteddy2/Makefile
--- a/x11/xteddy2/Makefile      Sat Jul 28 00:42:33 2007 +0000
+++ b/x11/xteddy2/Makefile      Sat Jul 28 00:43:22 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2007/02/22 19:01:28 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/07/28 00:43:22 joerg Exp $
 
 DISTNAME=      xteddy-2.0.1
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    x11 games
 MASTER_SITES=  http://staffwww.itn.liu.se/~stegu/xteddy/
 
@@ -13,10 +13,9 @@
 
 GNU_CONFIGURE= yes
 
-REPLACE_INTERPRETER+=  bash
-REPLACE.bash.old=      /bin/bash
-REPLACE.bash.new=      /bin/ksh
-REPLACE_FILES.bash=    xtoys
+USE_TOOLS+=    ksh:run
+
+REPLACE_KSH+=  xtoys
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure



Home | Main Index | Thread Index | Old Index