diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:37:56 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 16:37:56 +0000 |
commit | a2ddabb4c8656ba23290ff2464744ad98caa0237 (patch) | |
tree | 49eaebb5c1ba3b4997048399e3147e7c456e4985 /shells | |
parent | Delete dependency for textproc/dtd-catalos. (diff) |
Correct MASTER_SITES.
Submitted by: Brett M Hogden <hogden@rge.com>
Notes
Notes:
svn path=/head/; revision=34299
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index a1f5f93e3e76..44d3c0b52753 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL} \ ftp://ftp.zsh.org/%SUBDIR%/ \ ftp://ftp.sterling.com/%SUBDIR%/ \ - ftp://ftp.rge.com/pub/%SUBDIR%/ \ + ftp://ftp.rge.com/pub/shells/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/%SUBDIR%/ \ ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \ ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ |