diff options
author | joerg <joerg> | 2007-07-28 00:43:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-28 00:43:22 +0000 |
commit | b96febc868a579b35ea37588c5161a667934ce02 (patch) | |
tree | e8cf7dbc644562f4c80aaef387a15a3400323a6a /x11 | |
parent | 3adc5a35e62dd992dc8d60a944efc7a2ad58c06d (diff) | |
download | pkgsrc-b96febc868a579b35ea37588c5161a667934ce02.tar.gz |
Use REPLACE_KSH and express explicit dependency on it. Bump revision.
Diffstat (limited to 'x11')
-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 |