diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:11:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:11:41 +0000 |
commit | 42fc0b021dc2f948e1b1bd186e3c94fc3edf79ec (patch) | |
tree | 07784ece682d6b2b672ed802f7b54431b1324bc5 /textproc/sgmltools-lite/files/patch-ac | |
parent | Support 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-ac')
-rw-r--r-- | textproc/sgmltools-lite/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sgmltools-lite/files/patch-ac b/textproc/sgmltools-lite/files/patch-ac new file mode 100644 index 000000000000..a6eeb3395a02 --- /dev/null +++ b/textproc/sgmltools-lite/files/patch-ac @@ -0,0 +1,11 @@ +--- python/backends/Pdf.py Fri Mar 24 20:36:07 2000 ++++ python/backends/Pdf.py.new Sat Jun 17 20:20:25 2000 +@@ -50,7 +50,7 @@ + # + (pdfbase, junk) = os.path.splitext(outfile) + destfile = pdfbase + '.pdf' +- cmdline = 'pdfjadetex ' + outfile ++ cmdline = 'pdftex "&pdfjadetex" ' + outfile + for run in range(3): + try: + os.unlink(destfile) |