diff options
author | zafer <zafer> | 2009-06-05 23:57:47 +0000 |
---|---|---|
committer | zafer <zafer> | 2009-06-05 23:57:47 +0000 |
commit | 19fc1041549998d31a66499fd619648383fe7ca5 (patch) | |
tree | 584d552a68c648f1e0c871c2d7d6c42ad142a49c /shells/ast-ksh | |
parent | 4921e58a0c9c7d217df3565c6b7cfebd8299e754 (diff) | |
download | pkgsrc-19fc1041549998d31a66499fd619648383fe7ca5.tar.gz |
update master sites. remove www.research.att.com. requires authorization.
Diffstat (limited to 'shells/ast-ksh')
-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 |