diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-18 23:36:18 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-18 23:36:18 +0000 |
commit | 581e8096ccc76a5f5884d8957ad1e21f365f9245 (patch) | |
tree | 62e3da0c0625f9425a545406a78cbb382d3b8baf /textproc | |
parent | 5c93ea40ac44aad973fce11806cfd6e99413ad46 (diff) | |
download | ports-581e8096ccc76a5f5884d8957ad1e21f365f9245.tar.gz ports-581e8096ccc76a5f5884d8957ad1e21f365f9245.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/files/patch-ab | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-ab b/textproc/ispell/files/patch-ab new file mode 100644 index 000000000000..dbe56b3a2d26 --- /dev/null +++ b/textproc/ispell/files/patch-ab @@ -0,0 +1,37 @@ +*** Makefile~ Mon Jan 23 19:28:24 1995 +--- Makefile Tue Sep 19 00:46:41 1995 +*************** +*** 490,496 **** + local.h: + set +e; [ -r local.h ] || cp local.h.samp local.h + +! msgs.h: config.sh FRC + @. ./config.sh; \ + set $(SHELLDEBUG); \ + set +e; \ +--- 490,496 ---- + local.h: + set +e; [ -r local.h ] || cp local.h.samp local.h + +! msgs.h: config.sh + @. ./config.sh; \ + set $(SHELLDEBUG); \ + set +e; \ +*************** +*** 504,510 **** + else \ + set -x; \ + rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \ +! fi + + FRC: + +--- 504,511 ---- + else \ + set -x; \ + rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \ +! fi; \ +! touch msgs.h + + FRC: + |