diff options
author | ade <ade@FreeBSD.org> | 2000-04-21 17:07:40 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-21 17:07:40 +0000 |
commit | aa484767ab6bfcb536106bfd6d71c1411c2ed091 (patch) | |
tree | ff9add9de4a0ceb100cb73a2373c5a6780541be1 /textproc/gaspell | |
parent | 595d5f841613eefa041a94cbe0e721f087d567b8 (diff) | |
download | FreeBSD-ports-aa484767ab6bfcb536106bfd6d71c1411c2ed091.zip FreeBSD-ports-aa484767ab6bfcb536106bfd6d71c1411c2ed091.tar.gz |
Fix MASTER_SITE. I can't upgrade to the 0.30 release, since that
needs aspell-0.30 which in turn needs a new pspell library, which
is horribly broken :(
Pointed out by: distfile survey
Diffstat (limited to 'textproc/gaspell')
-rw-r--r-- | textproc/gaspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 58d89ea..14e8b9a 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -8,7 +8,7 @@ PORTNAME= gaspell PORTVERSION= 0.29.1 CATEGORIES= textproc gnome -MASTER_SITES= http://aspell.sourceforge.net/ +MASTER_SITES= http://aspell.sourceforge.net/old/ DISTNAME= ${PORTNAME}-.29.1 MAINTAINER= ade@FreeBSD.org |