diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 00:43:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 00:43:22 +0000 |
commit | 16f4767945c8ad75779203fa5b188c845f6ff69e (patch) | |
tree | e8cf7dbc644562f4c80aaef387a15a3400323a6a | |
parent | f493ba1049e99d2744689970dacaa8a37b98df24 (diff) | |
download | pkgsrc-16f4767945c8ad75779203fa5b188c845f6ff69e.tar.gz |
Use REPLACE_KSH and express explicit dependency on it. Bump revision.
-rw-r--r-- | x11/xteddy2/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xteddy2/Makefile b/x11/xteddy2/Makefile index d22fa62af1c..0994be4a353 100644 --- a/x11/xteddy2/Makefile +++ b/x11/xteddy2/Makefile @@ -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 @@ CONFLICTS+= xteddy-1.* 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 |