From a527d84ce0123fb8dc070f189fece884178a5b96 Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 11 Mar 2006 10:07:49 +0000 Subject: Convert all packages using REPLACE_INTERPRETER to the new variable names without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig. --- inputmethod/gcin/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'inputmethod/gcin') diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index e21e6830a5d..6a03387a691 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/22 14:55:54 rxg Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/11 10:07:50 ghen Exp $ # DISTNAME= gcin-1.1.7 @@ -20,12 +20,12 @@ USE_TOOLS+= pkg-config gmake GTK2_IMMODULES= yes REPLACE_INTERPRETER+= sh -_REPLACE.sh.old= /bin/bash -_REPLACE.sh.new= ${SH:Q} -_REPLACE_FILES.sh= configure -_REPLACE_FILES.sh+= scripts/gcin-user-setup -_REPLACE_FILES.sh+= scripts/modify-XIM -_REPLACE_FILES.sh+= scripts/utf8-edit +REPLACE.sh.old= /bin/bash +REPLACE.sh.new= ${SH} +REPLACE_FILES.sh= configure +REPLACE_FILES.sh+= scripts/gcin-user-setup +REPLACE_FILES.sh+= scripts/modify-XIM +REPLACE_FILES.sh+= scripts/utf8-edit .include "../../x11/gtk2/modules.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3