diff options
author | gj <gj@FreeBSD.org> | 2001-02-22 06:10:11 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2001-02-22 06:10:11 +0800 |
commit | 3332aa4717cefded9f4e57c0f97c4ea2de55ff3e (patch) | |
tree | a4312560e88c77cb2683e4909a4e59baa7045614 /editors | |
parent | 13efd6e0bbdd0d46b3c4360e0ed2f8b56b317164 (diff) | |
download | freebsd-ports-gnome-3332aa4717cefded9f4e57c0f97c4ea2de55ff3e.tar.gz freebsd-ports-gnome-3332aa4717cefded9f4e57c0f97c4ea2de55ff3e.tar.zst freebsd-ports-gnome-3332aa4717cefded9f4e57c0f97c4ea2de55ff3e.zip |
Add 2 new sites to fetch the sources from. These were found using
ftpsearch. The standard master sites have apparently deleted these
older versions from their repositories.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index b1ffe0c54367..f55f045d0e03 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -9,6 +9,8 @@ PORTNAME= xemacs PORTVERSION= 20.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS} +MASTER_SITES+= ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/20.4/ \ + ftp://ftp.sunsite.org.uk/Mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} |