summaryrefslogtreecommitdiff
path: root/converters/fribidi
diff options
context:
space:
mode:
authorghen <ghen>2006-03-11 10:07:49 +0000
committerghen <ghen>2006-03-11 10:07:49 +0000
commitba064a8e01efe6fde67eb2da70fd73ddb23198e1 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /converters/fribidi
parent3eb9589ff4a2f41aa6d340b5f0b23accad097136 (diff)
downloadpkgsrc-ba064a8e01efe6fde67eb2da70fd73ddb23198e1.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 'converters/fribidi')
-rw-r--r--converters/fribidi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index 9bd2530293a..3c066e03269 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.12 2006/03/11 10:07:49 ghen Exp $
#
DISTNAME= fribidi-0.10.4
@@ -12,9 +12,9 @@ HOMEPAGE= http://fribidi.sourceforge.net/
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= /bin/bash
-_REPLACE.bash.new= ${SH:Q}
-_REPLACE_FILES.bash= run.tests
+REPLACE.bash.old= /bin/bash
+REPLACE.bash.new= ${SH}
+REPLACE_FILES.bash= run.tests
USE_LIBTOOL= yes
GNU_CONFIGURE= yes