diff options
author | ade <ade@FreeBSD.org> | 2000-04-22 01:07:40 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-04-22 01:07:40 +0800 |
commit | aa484767ab6bfcb536106bfd6d71c1411c2ed091 (patch) | |
tree | ff9add9de4a0ceb100cb73a2373c5a6780541be1 | |
parent | 595d5f841613eefa041a94cbe0e721f087d567b8 (diff) | |
download | freebsd-ports-gnome-aa484767ab6bfcb536106bfd6d71c1411c2ed091.tar.gz freebsd-ports-gnome-aa484767ab6bfcb536106bfd6d71c1411c2ed091.tar.zst freebsd-ports-gnome-aa484767ab6bfcb536106bfd6d71c1411c2ed091.zip |
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
-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 58d89ea0fdef..14e8b9aec0c0 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 |