summaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile19
1 files changed, 4 insertions, 15 deletions
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 <bsd.port.mk>