diff options
Diffstat (limited to 'textproc/aspell-english')
-rw-r--r-- | textproc/aspell-english/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile index ab732af8fa3..8a072897aac 100644 --- a/textproc/aspell-english/Makefile +++ b/textproc/aspell-english/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2003/01/19 06:35:46 salo Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/20 19:26:17 cjep Exp $ # DISTNAME= aspell-en-0.51-0 PKGNAME= ${DISTNAME:C/en-(.*)-(.*)$/english-\1.\2/} CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org |