diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-11 14:18:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-11 14:18:48 +0800 |
commit | d7460423cf755bf962003ae806c9d9bd65768238 (patch) | |
tree | 8db193fa22bb2287dcc4d9e844ca1e05dbfa9a12 /textproc | |
parent | 9e08b836678289a5d9c317d7253d8642b2104d19 (diff) | |
download | freebsd-ports-gnome-d7460423cf755bf962003ae806c9d9bd65768238.tar.gz freebsd-ports-gnome-d7460423cf755bf962003ae806c9d9bd65768238.tar.zst freebsd-ports-gnome-d7460423cf755bf962003ae806c9d9bd65768238.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} |