summaryrefslogtreecommitdiff
path: root/textproc/sgmltools-lite/files/patch-ab
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-11 04:11:41 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-11 04:11:41 +0000
commit42fc0b021dc2f948e1b1bd186e3c94fc3edf79ec (patch)
tree07784ece682d6b2b672ed802f7b54431b1324bc5 /textproc/sgmltools-lite/files/patch-ab
parentSupport CC/CXX/CFLAGS/CXXFLAGS/PREFIX properly; tar -> ${TAR}. (diff)
Move from sgmltools to sgmltools-lite. This is a fulfilled repository
copy - history is still preserved even though files are being "added". PR: 19352 Submitted by: Benno Rice <benno@netizen.com.au>
Notes
Notes: svn path=/head/; revision=31505
Diffstat (limited to 'textproc/sgmltools-lite/files/patch-ab')
-rw-r--r--textproc/sgmltools-lite/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sgmltools-lite/files/patch-ab b/textproc/sgmltools-lite/files/patch-ab
new file mode 100644
index 000000000000..36b0c496d7f9
--- /dev/null
+++ b/textproc/sgmltools-lite/files/patch-ab
@@ -0,0 +1,11 @@
+--- python/backends/Dvi.py Fri Mar 24 20:25:06 2000
++++ python/backends/Dvi.py.new Sat Jun 17 20:19:30 2000
+@@ -50,7 +50,7 @@
+ #
+ (dvibase, junk) = os.path.splitext(outfile)
+ destfile = dvibase + '.dvi'
+- cmdline = 'jadetex ' + outfile
++ cmdline = 'tex "&jadetex" ' + outfile
+ for run in range(3):
+ try:
+ os.unlink(destfile)