diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 12:58:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 12:58:12 +0000 |
commit | 4cd1c776188f9180c5f14b8d32b82b9fd5062649 (patch) | |
tree | ef2363a128a937dd131fa9565fab1f1ebc48d560 /portuguese | |
parent | 20c61e6c2f0358433e63e18063b015c8daeb3142 (diff) | |
download | ports-4cd1c776188f9180c5f14b8d32b82b9fd5062649.tar.gz ports-4cd1c776188f9180c5f14b8d32b82b9fd5062649.zip |
Fix MASTER_SITES and make it fetchable again
PR: ports/97570
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=163094
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/ispell-pt_BR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile index 5feaf5c70d19..f244d5dbeb03 100644 --- a/portuguese/ispell-pt_BR/Makefile +++ b/portuguese/ispell-pt_BR/Makefile @@ -8,7 +8,7 @@ PORTNAME= ispell PORTVERSION= 2.4 CATEGORIES= portuguese textproc -MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/ +MASTER_SITES= http://www.ime.usp.br/~ueda/br.ispell/ PKGNAMEPREFIX= pt_BR- DISTNAME= br.ispell-2.4 |