diff options
author | garga <garga@FreeBSD.org> | 2007-09-01 03:02:53 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-09-01 03:02:53 +0800 |
commit | a8de303727b712b3728546a63f5d0a9615d6024f (patch) | |
tree | 87ea7b0b583fc4d116f75915d8363590a31dcde2 | |
parent | 08a063acd961e1237c7436a79b30f08d2b3ee63d (diff) | |
download | freebsd-ports-gnome-a8de303727b712b3728546a63f5d0a9615d6024f.tar.gz freebsd-ports-gnome-a8de303727b712b3728546a63f5d0a9615d6024f.tar.zst freebsd-ports-gnome-a8de303727b712b3728546a63f5d0a9615d6024f.zip |
- Add more MASTER_SITES
-rw-r--r-- | editors/jed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index b329fae7acf6..3cdc153ea24b 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -12,6 +12,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} |