diff options
author | wiz <wiz> | 2004-12-24 03:07:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-24 03:07:34 +0000 |
commit | d27ffaff6107496c714b0d6242f68ab3dc7c0e8a (patch) | |
tree | ad17a03fccc1ffeac855da4f6860ed352f60b4a8 /textproc/aspell-faroese/Makefile | |
parent | 01355336ffb0047deba0224129a8d97e18e47109 (diff) | |
download | pkgsrc-d27ffaff6107496c714b0d6242f68ab3dc7c0e8a.tar.gz |
Update to 0.2.16.1: changes unknown.
Diffstat (limited to 'textproc/aspell-faroese/Makefile')
-rw-r--r-- | textproc/aspell-faroese/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/aspell-faroese/Makefile b/textproc/aspell-faroese/Makefile index b8cbe1db412..eb98033e44c 100644 --- a/textproc/aspell-faroese/Makefile +++ b/textproc/aspell-faroese/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:18 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/24 03:07:34 wiz Exp $ # -DISTNAME= aspell-fo-0.50-2 -PKGNAME= ${DISTNAME:C/fo-(.*)-(.*)$/faroese-\1.\2/} -PKGREVISION= 2 +DISTNAME= aspell5-fo-0.2.16-1 +PKGNAME= ${DISTNAME:C/5-fo-(.*)-(.*)$/-faroese-\1.\2/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/fo/} EXTRACT_SUFX= .tar.bz2 @@ -15,8 +14,5 @@ COMMENT= Faroese language support for aspell USE_BUILDLINK3= YES HAS_CONFIGURE= YES -CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell -CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress - .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |