From 45419e2c9d42b0f4302ec8d8741956d205d09b48 Mon Sep 17 00:00:00 2001 From: ghen Date: Thu, 9 Mar 2006 14:50:31 +0000 Subject: Use REPLACE_INTERPRETER instead of a patch. --- x11/xteddy2/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11/xteddy2/Makefile') diff --git a/x11/xteddy2/Makefile b/x11/xteddy2/Makefile index dabb746f43d..b9569932c47 100644 --- a/x11/xteddy2/Makefile +++ b/x11/xteddy2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/02/05 23:11:49 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/03/09 14:50:32 ghen Exp $ DISTNAME= xteddy-2.0.1 PKGREVISION= 8 @@ -13,6 +13,11 @@ CONFLICTS+= xteddy-1.* GNU_CONFIGURE= yes +REPLACE_INTERPRETER+= bash +_REPLACE.bash.old= /bin/bash +_REPLACE.bash.new= /bin/ksh +_REPLACE_FILES.bash= xtoys + pre-configure: files="configure xteddy_test xtoys"; \ cd ${WRKSRC}; for file in $${files}; do \ -- cgit v1.2.3