From 13b02d347fe2be804b6dd33e85ca92143cc8f368 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Wed, 8 Dec 1999 00:29:51 +0000 Subject: 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. --- textproc/ispell/Makefile | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'textproc/ispell/Makefile') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 18ac9369c437..5263073d28d4 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -11,18 +11,14 @@ DISTNAME= ispell-3.1 PKGNAME= ispell-3.1.20c CATEGORIES= textproc elisp MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ - ftp://kdstevens.com/pub/stevens/ -DISTFILES= ispell-3.1.20.tar.gz ${ISPELL_ELISP} + ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ +DISTFILES= ispell-3.1.20.tar.gz -PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ \ - ftp://kdstevens.com/pub/stevens/ -PATCHFILES= ispell-html-mode.patch texpatch-3.1.20c.gz +PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ +PATCHFILES= ispell-html-mode.patch MAINTAINER= jmz@FreeBSD.org -EXTRACT_ONLY= ispell-3.1.20.tar.gz -ISPELL_ELISP= ispell.el-3.2.gz - MAKE_FLAGS= TMPDIR=${WRKDIR} -f MAN1= ispell.1 sq.1 MAN4= ispell.4 english.4 @@ -41,7 +37,6 @@ MLINKS= ispell.1 buildhash.1 ispell.1 findaffix.1 ispell.1 munchlist.1\ EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ DISTFILES+= ${EXTRA_DICT} -EXTRACT_ONLY+= ${EXTRA_DICT} .endif pre-extract: @@ -52,9 +47,6 @@ pre-extract: @${ECHO_MSG} '******************************************************' .endif -post-extract: - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${ISPELL_ELISP} > ${WRKSRC}/ispell.el - pre-configure: .if defined(EXTRA_DICT) @${ECHO} ${EXTRA_DICT} > ${WRKDIR}/extra_dict @@ -73,7 +65,4 @@ french: @${ECHO_MSG} "Okay, making a french/english version of ispell...." @${MAKE} ${.MAKEFLAGS} ISPELL_FR=yes -pre-install: - @${MKDIR} ${PREFIX}/share/emacs/site-lisp - .include -- cgit v1.2.3