diff options
Diffstat (limited to 'shells/esh')
-rw-r--r-- | shells/esh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index c841f3e09396..487a5ae105d2 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -8,8 +8,10 @@ PORTNAME= esh PORTVERSION= 0.8.5 CATEGORIES= shells -MASTER_SITES= http://slon.ttk.ru/esh/ - +MASTER_SITES= http://slon.ttk.ru/esh/ \ + http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= The "easy shell", a small shell with Lisp-like syntax |