diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:30:03 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:30:03 +0000 |
commit | c09e09e8773308713cc26e04fef0bb5a7d6a4a49 (patch) | |
tree | c4d3bd43be735779a4d31c17fbb5bb74f4e9c88e /shells | |
parent | b9ebec333382b09048b282391df1c5f4939b8d1b (diff) | |
download | ports-c09e09e8773308713cc26e04fef0bb5a7d6a4a49.tar.gz ports-c09e09e8773308713cc26e04fef0bb5a7d6a4a49.zip |
Notes
Diffstat (limited to 'shells')
-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 |