diff options
Diffstat (limited to 'textproc/aspell-english/Makefile')
-rw-r--r-- | textproc/aspell-english/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile index 0450cca543c..16c84cfa545 100644 --- a/textproc/aspell-english/Makefile +++ b/textproc/aspell-english/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/06/02 01:16:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/13 13:53:26 wiz Exp $ # DISTNAME= aspell-en-0.51-0 PKGNAME= ${DISTNAME:C/en-(.*)-(.*)$/english-\1.\2/} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/} EXTRACT_SUFX= .tar.bz2 |