aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/aspell/Makefile30
-rw-r--r--textproc/aspell/pkg-descr2
2 files changed, 5 insertions, 27 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index c80f2b94c35a..ccc283abd464 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -9,36 +9,14 @@
DISTNAME= aspell-.28.3
PKGNAME= aspell-0.28.3
CATEGORIES= textproc
-MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \
- ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \
- ftp://maroon.webmaster.com/pub/aspell/
+MASTER_SITES= http://download.sourceforge.net/aspell/
-MAINTAINER= ade@lovett.com
+MAINTAINER= ade@FreeBSD.org
USE_NEWGCC= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}"
+CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}"
USE_GMAKE= yes
-MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
-
-WORDLIST?= /usr/share/dict/words
-
-.if !exists(${WORDLIST})
-WORDLIST= ${WRKSRC}/english.wl
-.endif
-
-post-patch:
- @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.pre_sed
- @${SED} -e 's%@WORDLIST@%${WORDLIST}%' \
- < ${WRKSRC}/Makefile.in.pre_sed > ${WRKSRC}/Makefile.in
- @${ECHO_MSG} "===> Using ${WORDLIST} as English word list."
-
-pre-install:
- @${RM} -f ${WRKSRC}/manual/man-html/C_Credits.html \
- ${WRKSRC}/manual/man-html/D_Glossary.html \
- ${WRKSRC}/manual/man-html/E_Copyright.html \
- ${WRKSRC}/manual/man-text/C_Credits.txt \
- ${WRKSRC}/manual/man-text/D_Glossary.txt \
- ${WRKSRC}/manual/man-text/E_Copyright.txt
+MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
.include <bsd.port.mk>
diff --git a/textproc/aspell/pkg-descr b/textproc/aspell/pkg-descr
index 9f96d77b740d..3f8553a8c0bd 100644
--- a/textproc/aspell/pkg-descr
+++ b/textproc/aspell/pkg-descr
@@ -5,7 +5,7 @@ job of coming up with possible suggestions than ispell. Aspell
also includes a powerful C++ library with C and Perl interfaces
in the works.
-WWW: http://metalab.unc.edu/kevina/aspell/
+WWW: http://aspell.sourceforge.net/
--
Josh Gilliam <josh@quick.net>