diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 14:18:48 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-11 14:18:48 +0800 |
commit | ac05d0f071c6680f2a63a143c7bdae61fcd7ed39 (patch) | |
tree | 3675732832b5db3ccdd0eb25cd0ecc696f6c2e25 /textproc | |
parent | 04c4b74016604268e0bc5dfa73faa1827f69ba38 (diff) | |
download | freebsd-ports-gnome-ac05d0f071c6680f2a63a143c7bdae61fcd7ed39.tar.gz freebsd-ports-gnome-ac05d0f071c6680f2a63a143c7bdae61fcd7ed39.tar.zst freebsd-ports-gnome-ac05d0f071c6680f2a63a143c7bdae61fcd7ed39.zip |
Bump PORTREVISION after recent dictionary updates. For users that already
installed the English aspell-dict port, you can update by removing
aspell-dict, then doing:
make ASPELL_EN=yes install
If you use portupgrade, you can add -m ASPELL_EN=yes to the command line,
or add ASPELL_EN=yes to /etc/make.conf.
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 94a626fe835c..86f25ea99626 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -7,6 +7,7 @@ PORTNAME?= aspell PORTVERSION= 0.50.1 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ ${MASTER_SITE_GNU} |