diff options
Diffstat (limited to 'textproc/ispell-en_GB/Makefile')
-rw-r--r-- | textproc/ispell-en_GB/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/ispell-en_GB/Makefile b/textproc/ispell-en_GB/Makefile index cff67ed4aec..f072f71f5c0 100644 --- a/textproc/ispell-en_GB/Makefile +++ b/textproc/ispell-en_GB/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/03/26 04:11:08 gutteridge Exp $ -# +# $NetBSD: Makefile,v 1.12 2021/06/10 23:43:26 gutteridge Exp $ + +.include "../../textproc/ispell/Makefile.common" -DISTNAME= ispell-3.4.02 PKGNAME= ${DISTNAME:S/-/-${DICT_LANG}-/1} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ @@ -14,8 +13,6 @@ COMMENT= British dictionary for interactive spelling checker CONFLICTS+= ispell-british-[0-9]* DEPENDS+= ispell>=3.3.02:../../textproc/ispell -DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell/distinfo - WRKSRC= ${WRKDIR}/${DISTNAME}/languages/english DICT_LANG= british |