diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:24:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 10:24:55 +0000 |
commit | 7c22eb053a44d5a94fc375daf00d0e1c40309c8e (patch) | |
tree | 3dff9edb8f0da29d8b8c6dd6f01c95ae7e750cde /shells/zsh-devel | |
parent | 8ad00b5c4a544d1f06a5ba77f024dee9169e42db (diff) | |
download | ports-7c22eb053a44d5a94fc375daf00d0e1c40309c8e.tar.gz ports-7c22eb053a44d5a94fc375daf00d0e1c40309c8e.zip |
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 0891ce8f7c64..28b8cdf6d057 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -8,14 +8,15 @@ PORTNAME= zsh PORTVERSION= 3.1.9 CATEGORIES= shells -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \ 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 +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${ZSH_VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${ZSHFUNC_FILES} |