summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlcatmgr/patches/patch-aa')
-rw-r--r--textproc/xmlcatmgr/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xmlcatmgr/patches/patch-aa b/textproc/xmlcatmgr/patches/patch-aa
new file mode 100644
index 00000000000..552524e4bc5
--- /dev/null
+++ b/textproc/xmlcatmgr/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/12/16 11:33:44 sketch Exp $
+
+--- bin/sgml.sh.in.orig 2003-12-15 16:59:15.038448999 +0000
++++ bin/sgml.sh.in 2003-12-15 16:59:36.695886970 +0000
+@@ -45,7 +45,7 @@
+ return
+ fi
+
+- if grep -F \"$action_arg2\" $catalog >/dev/null; then
++ if @BT_PROG_GREP@ -F \"$action_arg2\" $catalog >/dev/null; then
+ err "entry already exists"
+ fi
+