diff options
author | wiz <wiz> | 2004-12-24 02:58:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-24 02:58:27 +0000 |
commit | 34a571fe4c21e179435302cfd29b0638db1fd8a3 (patch) | |
tree | 8093bb8b09214d136d8ef0da427a2e5d43ab5b70 /textproc/aspell-spanish | |
parent | e5818f05769d94699407b9129a4f96b39611be98 (diff) | |
download | pkgsrc-34a571fe4c21e179435302cfd29b0638db1fd8a3.tar.gz |
Bump PKGREVISION for aspell update (and corresponding change in created
dictionaries).
Diffstat (limited to 'textproc/aspell-spanish')
-rw-r--r-- | textproc/aspell-spanish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell-spanish/Makefile b/textproc/aspell-spanish/Makefile index 8c3a35c4850..51f34e1ffb2 100644 --- a/textproc/aspell-spanish/Makefile +++ b/textproc/aspell-spanish/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $ # DISTNAME= aspell-es-0.50-2 PKGNAME= ${DISTNAME:C/es-(.*)-(.*)$/spanish-\1.\2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/es/} EXTRACT_SUFX= .tar.bz2 |