diff options
author | zafer <zafer@pkgsrc.org> | 2009-06-05 23:57:47 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-06-05 23:57:47 +0000 |
commit | c77856da5fbba2ba3906fb389c96c974afddc600 (patch) | |
tree | 584d552a68c648f1e0c871c2d7d6c42ad142a49c /shells | |
parent | 1877034d6f0257523ca86e8c37bca31ee2c3cf33 (diff) | |
download | pkgsrc-c77856da5fbba2ba3906fb389c96c974afddc600.tar.gz |
update master sites. remove www.research.att.com. requires authorization.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 9ea103f7444..389c0e9cd43 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,12 +1,10 @@ -# $NetBSD: Makefile.common,v 1.23 2008/06/20 01:09:35 joerg Exp $ +# $NetBSD: Makefile.common,v 1.24 2009/06/05 23:57:47 zafer Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} CATEGORIES= shells -MASTER_SITES= \ - http://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ \ - ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ \ - http://www.research.att.com/~gsf/download/tgz/ +MASTER_SITES= http://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ \ + ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ DISTFILES= INIT.${ASTKSH_VERSION}.tgz ast-ksh.${ASTKSH_VERSION}.tgz MAINTAINER= pkgsrc-users@NetBSD.org |