diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-12-03 07:50:37 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-12-03 07:50:37 +0800 |
commit | bd404abf0d8d8db7387925229a0683e7af862de2 (patch) | |
tree | 5cccecab6dc0bfb90e66ad99281a80edf49a3a13 /shells/scsh/Makefile | |
parent | d4269bbab7af23ebcf48bd23d64be2e6e0f8907d (diff) | |
download | freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.tar.gz freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.tar.zst freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.zip |
More MASTER_SITES
Compacting DESCR
Yes, I still plan to ELFify this one...
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r-- | shells/scsh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 8abc40aaca3d..fe1f9dab4804 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -3,12 +3,14 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp $ +# $Id: Makefile,v 1.5 1998/09/29 02:37:14 jseger Exp $ # DISTNAME= scsh-0.5.1 CATEGORIES= shells lang -MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ +MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ \ + http://www2.cons.org:8000/freebsd-distfiles/ \ + http://www.freebsd.org/~cracauer/freebsd-distfiles/ MAINTAINER= cracauer@cons.org |