summaryrefslogtreecommitdiff
path: root/textproc/ispell-british/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-07-07 12:44:44 +0000
committermarkd <markd@pkgsrc.org>2005-07-07 12:44:44 +0000
commit15ad4fc64a0c7f6807f2bcce70394e18bf563a21 (patch)
tree0014f5ca9db912b9ba5974f507a46399a0b87b83 /textproc/ispell-british/Makefile
parentef668437187719b1b1fc541d43b1cb7ae0a549f7 (diff)
downloadpkgsrc-15ad4fc64a0c7f6807f2bcce70394e18bf563a21.tar.gz
Update ispell-british to 3.3.02.
Diffstat (limited to 'textproc/ispell-british/Makefile')
-rw-r--r--textproc/ispell-british/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile
index 8136906faaf..59c9fbf1996 100644
--- a/textproc/ispell-british/Makefile
+++ b/textproc/ispell-british/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/07 12:44:44 markd Exp $
#
-DISTNAME= ispell-3.2.06
-PKGNAME= ispell-${DICT_LANG}-3.2.06
+DISTNAME= ispell-3.3.02
+PKGNAME= ispell-${DICT_LANG}-3.3.02
CATEGORIES= textproc
MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ficus-www.cs.ucla.edu/geoff/ispell.html
COMMENT= British dictionary for interactive spelling checker
-DEPENDS+= ispell-base>=3.2.06:../../textproc/ispell-base
+DEPENDS+= ispell-base>=3.3.02:../../textproc/ispell-base
BUILD_TARGET= config.sh all-languages
@@ -29,8 +29,7 @@ INSTALLATION_DIRS= lib
do-configure:
cd ${WRKSRC}; \
- ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \
- ${ECHO} "#undef NO8BIT" >> local.h ; \
+ ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.bsd >local.h; \
${ECHO} "#define LANGUAGES \"{${DICT_LANG},MASTERDICTS=${DICT_LANG}.xlg,HASHFILES=${DICT_LANG}xlg.hash,EXTRADICT=}\"" >>local.h; \
${ECHO} '#define MASTERHASH "${DICT_LANG}xlg.hash"' >> local.h ; \
${ECHO} "#undef WORDS" >> local.h ; \