aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell/scripts/configure
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-08 00:29:51 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-08 00:29:51 +0000
commit13b02d347fe2be804b6dd33e85ca92143cc8f368 (patch)
tree709385bee517f139e9c95a47787e9618d8250e4a /textproc/ispell/scripts/configure
parent7c36a52e4cf600a1630aa76445bd4b35d3be824f (diff)
Don't install ispell.el - it is already in emacs-20.4 (same author version)
Update MASTER_SITES One of the patch files (texpatch-3.1.20c.gz) disapeared from the ftp site. It is now included in the port as patch-ae.
Diffstat (limited to 'textproc/ispell/scripts/configure')
-rw-r--r--textproc/ispell/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure
index 23e8e0793fab..5d05bf280ae5 100644
--- a/textproc/ispell/scripts/configure
+++ b/textproc/ispell/scripts/configure
@@ -48,6 +48,6 @@ echo "#define ELISPDIR \"$PREFIX/share/emacs/site-lisp\"" >> local.h
mv Makefile Makefile.orig
sed -e 's/^[ ]*$/\
-/' <Makefile.orig >Makefile
+/' -e 's/[ ]*ELISPDIR//' <Makefile.orig >Makefile
exit 0;