diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 10:42:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 10:42:57 +0000 |
commit | e74ebe5507920fb66b1b0309d4d3a6e08ef75d7b (patch) | |
tree | f93a312e7b790a2b54736c0510a838d60e7a518f /editors | |
parent | update to 1.6.2 (diff) |
- Update MASTER_SITES (make fetch again)
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes
Notes:
svn path=/head/; revision=209190
Diffstat (limited to 'editors')
-rw-r--r-- | editors/edith/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index dfac3a30b324..26c87313f2a4 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -9,7 +9,7 @@ PORTNAME= edith PORTVERSION= 1.58 PORTREVISION= 1 CATEGORIES= editors linux -MASTER_SITES= ftp://ftp.eidetica.com/pub/edith/x11/ +MASTER_SITES= http://www.groenink.com/pub/edith/ DISTFILES= edith1.55.common.tar.gz \ edith1.58.linux-glibc.tar.gz @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_X_PREFIX= yes -BROKEN= unfetchable RESTRICTED= "Redistribution not allowed" NO_BUILD= yes |