diff options
author | knu <knu@FreeBSD.org> | 2000-04-29 15:20:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-29 15:20:10 +0000 |
commit | f4c73ee9ce796095e575e81ebcb2aab2dd32117b (patch) | |
tree | 97245e99f5488182cfa79ed1082f51c11f8c17b2 /shells/zsh-devel | |
parent | d4c0378fe9b035c65650dd7757c304d7d04dd92d (diff) | |
download | FreeBSD-ports-f4c73ee9ce796095e575e81ebcb2aab2dd32117b.zip FreeBSD-ports-f4c73ee9ce796095e575e81ebcb2aab2dd32117b.tar.gz |
Oops, I forgot the distfile zsh-3.1.7-pre-1.tar.gz was under
zsh/development/, not zsh/.
Noticed by: cpiazza
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index dd67a8b..39ebc54 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -9,12 +9,13 @@ PORTNAME= zsh PORTVERSION= 3.1.7.p1 CATEGORIES= shells MASTER_SITES= http://people.FreeBSD.org/~knu/ports/distfiles/ \ - ftp://ftp.zsh.org/zsh/ \ - ftp://ftp.sterling.com/zsh/ \ - ftp://ftp.rge.com/pub/zsh/ \ - ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ - ftp://ftp.ips.oz.au/pub/packages/zsh/ \ - ftp://ftp.uit.no/pub/unix/shells/zsh/ + ftp://ftp.zsh.org/%SUBDIR%/ \ + ftp://ftp.sterling.com/%SUBDIR%/ \ + ftp://ftp.rge.com/pub/%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%/ +MASTER_SITE_SUBDIR= zsh/development DISTNAME= ${PORTNAME}-${ZSH_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${ZSHFUNC_FILES} |