openbsd-ports/textproc/ispell/patches/patch-ab

67 lines
1.7 KiB
Plaintext
Raw Normal View History

--- Makefile.orig Thu Oct 12 15:04:06 1995
+++ Makefile Tue Jan 4 00:43:59 2000
@@ -240,31 +240,14 @@
set $(SHELLDEBUG); \
if [ -d $$TEXINFODIR -a -r ispell.info ]; then \
1997-11-17 21:46:09 -05:00
set -ex; \
- rm -f $$TEXINFODIR/ispell; \
- $$INSTALL ispell.info $$TEXINFODIR/ispell; \
- chmod 644 $$TEXINFODIR/ispell; \
+ rm -f $$TEXINFODIR/ispell.info; \
+ $$INSTALL ispell.info $$TEXINFODIR; \
+ chmod 644 $$TEXINFODIR/ispell.info; \
else \
: ; \
fi
@set +e; \
- . ./config.sh; \
- set $(SHELLDEBUG); \
- if [ -d $$ELISPDIR ]; then \
- set -ex; \
- rm -f $$ELISPDIR/ispell.el; \
- $$INSTALL ispell.el $$ELISPDIR; \
1997-11-17 21:46:09 -05:00
- if sh iwhich $$EMACS >/dev/null; then \
- echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \
- > /tmp/emi$$$$; \
- $$EMACS -batch -l /tmp/emi$$$$; \
- rm -f /tmp/emi$$$$; \
- chmod 644 $$ELISPDIR/ispell.el $$ELISPDIR/ispell.elc; \
- else \
- chmod 644 $$ELISPDIR/ispell.el; \
- fi; \
- else \
- : ; \
- fi
+ . ./config.sh
install-dictbuild:
@. ./config.sh; \
@@ -324,7 +307,7 @@
set $(SHELLDEBUG); \
if [ -d $$TEXINFODIR ]; then \
if sh iwhich makeinfo >/dev/null \
- && makeinfo ispell.texinfo 2>/dev/null; then \
+ && makeinfo --no-split ispell.texinfo 2>/dev/null; then \
:; \
elif sh iwhich $$EMACS >/dev/null; then \
set -e; \
@@ -508,7 +491,7 @@
1997-11-17 21:46:09 -05:00
local.h:
set +e; [ -r local.h ] || cp local.h.samp local.h
-msgs.h: config.sh FRC
+msgs.h: config.sh
1997-11-17 21:46:09 -05:00
@. ./config.sh; \
set $(SHELLDEBUG); \
set +e; \
@@ -522,7 +505,8 @@
1997-11-17 21:46:09 -05:00
else \
set -x; \
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
- fi
+ fi; \
+ touch msgs.h
FRC: