summaryrefslogtreecommitdiff
path: root/textproc/antiword/Makefile
diff options
context:
space:
mode:
authorghen <ghen>2006-03-11 10:07:49 +0000
committerghen <ghen>2006-03-11 10:07:49 +0000
commitf5ae17480158de9ef2e0cfe5decb881ef8689518 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /textproc/antiword/Makefile
parentf4670b46063e962a691661be5e2859b8fb52224d (diff)
downloadpkgsrc-f5ae17480158de9ef2e0cfe5decb881ef8689518.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 'textproc/antiword/Makefile')
-rw-r--r--textproc/antiword/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile
index 2d3eaa6dd38..99544530562 100644
--- a/textproc/antiword/Makefile
+++ b/textproc/antiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/09 14:50:31 ghen Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/11 10:07:50 ghen Exp $
#
DISTNAME= antiword-0.37
@@ -17,9 +17,9 @@ USE_TOOLS+= mktemp:run
CFLAGS.SunOS+= -D__STDC_ISO_10646__
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= /bin/bash
-_REPLACE.bash.new= ${SH:Q}
-_REPLACE_FILES.bash= kantiword
+REPLACE.bash.old= /bin/bash
+REPLACE.bash.new= ${SH}
+REPLACE_FILES.bash= kantiword
post-patch:
cd ${WRKSRC} ; \