diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /shells | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 28b8cdf6d057..49770c42e945 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -9,14 +9,15 @@ PORTNAME= zsh PORTVERSION= 3.1.9 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \ + ${MASTER_SITE_LOCAL} \ 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= ${PORTNAME} +# last one for ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ${PORTNAME} knu DISTNAME= ${PORTNAME}-${ZSH_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${ZSHFUNC_FILES} |