diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-01-26 06:36:38 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-01-26 06:36:38 +0000 |
commit | 77d4d1f95af41e3985d3f55edb1f71a561394a88 (patch) | |
tree | 7e027d7c3bb081ade083aa1bd4705431993a9272 /textproc/gmat | |
parent | Update to 0.8.17. (diff) |
Fix major breakage in format output by changing two lines. Look at
this patch to see the subtlety; see
http://www.lemis.com/~grog/debug/gmat.html for debugging analysis and
an explanation.
Notes
Notes:
svn path=/head/; revision=37598
Diffstat (limited to 'textproc/gmat')
-rw-r--r-- | textproc/gmat/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/gmat/files/patch-ad b/textproc/gmat/files/patch-ad new file mode 100644 index 000000000000..2cda3136b933 --- /dev/null +++ b/textproc/gmat/files/patch-ad @@ -0,0 +1,13 @@ +--- macros/tmac.G~ Fri Mar 24 03:42:38 2000 ++++ macros/tmac.G Fri Jan 26 13:46:44 2001 +@@ -20,8 +20,8 @@ + .\" + .\" ############ DEFAULTS AND MISC VARIABLES + .\" The following strings are set in accord with the Makefile +-.ds TMPDIR %%TMPDIR%% +-.ds BINDIR %%BINDIR%% ++.ds TMPDIR %%TMPDIR%% ++.ds BINDIR %%BINDIR%% + .ds gmat_gmacroff %%BINDIR%%/gmacroff + .\" DEFINE THE FOLLOWING paths for your local environment! + .ds gmat_echo /bin/echo |