summaryrefslogtreecommitdiff
path: root/math/siag/files/patch-ak
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-27 02:33:09 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-27 02:33:09 +0000
commit843ca3117b4045b9515799addc970ba55a6e75b3 (patch)
tree1410402006c78e713781dfe84e23e2587b2aa812 /math/siag/files/patch-ak
parentshare libg++ with the world (diff)
Update port to 3.2.0
PR: 16988 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26314
Diffstat (limited to 'math/siag/files/patch-ak')
-rw-r--r--math/siag/files/patch-ak23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/siag/files/patch-ak b/math/siag/files/patch-ak
new file mode 100644
index 000000000000..6b7aeb13db65
--- /dev/null
+++ b/math/siag/files/patch-ak
@@ -0,0 +1,23 @@
+--- pw/pw.scm Sat Feb 5 13:16:43 2000
++++ pw/pw.scm Fri Feb 25 11:46:39 2000
+@@ -539,2 +539,2 @@
+- "*.txt" "catdoc %s > %s"
+- "*.rtf" "cp %s %s"))
++ "*.txt" "exec catdoc '%s' > '%s'"
++ "*.rtf" "exec cp '%s' '%s'"))
+@@ -543,2 +543,2 @@
+- "*.txt" "blaha < %s > %s"
+- "*.txt" "blaha < %s > %s"))
++ "*.txt" "exec blaha < '%s' > '%s'"
++ "*.txt" "exec blaha < '%s' > '%s'"))
+@@ -547,2 +547,2 @@
+- "*.html" "mswordview -n %s -o %s"
+- "*.rtf" "cp %s %s"))
++ "*.html" "exec mswordview -n '%s' -o '%s'"
++ "*.rtf" "exec cp '%s' '%s'"))
+@@ -551 +551 @@
+- "*.txt" "groff -Tascii -mandoc %s > %s"
++ "*.txt" "exec groff -Tascii -mandoc '%s' > '%s'"
+@@ -555 +555 @@
+- "*.rtf" "2rtf %s %s"
++ "*.rtf" "exec 2rtf '%s' '%s'"