diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /shells/zsh-devel | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) |
Notes
Diffstat (limited to 'shells/zsh-devel')
-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} |