diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:42:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-30 17:42:55 +0000 |
commit | 74119c77b27d3f56cb575003770d070546057837 (patch) | |
tree | 211564f7a5828d65212f62f0d8d69204b0891044 | |
parent | 45f240d36903f6f6bcf70eb0e6b6f42c2ab097a1 (diff) | |
download | freebsd-ports-74119c77b27d3f56cb575003770d070546057837.zip |
Add one new master site and remove an old one that's not working anymore.
-rw-r--r-- | editors/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 9fcd49304b59..7192409482f3 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -11,7 +11,7 @@ CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v${PORTVERSION:R}/ \ ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \ - ftp://ftp.ntua.gr/pub/lang/slang/jed/v${PORTVERSION:R}/ + http://download.gna.org/jed/v${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org |