diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-04-01 03:13:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-04-01 03:13:41 +0000 |
commit | a1f69bcfaba9e2ee40c10c8f0e16a69f9d49c760 (patch) | |
tree | 190baeb8c8ad01a52a830153c7d51dbfcc61cd45 /shells/scsh | |
parent | 7ba2ef70879a83cfe435c4910036de0ebb1a95f7 (diff) | |
download | pkgsrc-a1f69bcfaba9e2ee40c10c8f0e16a69f9d49c760.tar.gz |
Update MASTER_SITES & HOMEPAGE.
Diffstat (limited to 'shells/scsh')
-rw-r--r-- | shells/scsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 97099e6cca9..7f611a178fd 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2001/10/02 11:07:15 seb Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/01 03:13:41 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # DISTNAME= scsh-0.5.3 CATEGORIES= shells lang -MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ +MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.5/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.swiss.ai.mit.edu/ftpdir/scsh/ +HOMEPAGE= http://www.scsh.net/ COMMENT= Unix shell embedded into Scheme, with access to all Posix calls NOT_FOR_PLATFORM= *-*-alpha # Needs scheme |