summaryrefslogtreecommitdiff
path: root/inputmethod/gcin
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
committerghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
commita527d84ce0123fb8dc070f189fece884178a5b96 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /inputmethod/gcin
parent1201f6fa6d70310f4959bf4d12fa53dc86569a34 (diff)
downloadpkgsrc-a527d84ce0123fb8dc070f189fece884178a5b96.tar.gz
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.
Diffstat (limited to 'inputmethod/gcin')
-rw-r--r--inputmethod/gcin/Makefile14
1 files changed, 7 insertions, 7 deletions
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"