diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-02-12 11:49:44 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-02-12 11:49:44 +0800 |
commit | 6b481caceba1329266999d84deae4180085411c6 (patch) | |
tree | 0cb4741c9aa1cb2ce720e80c0d67b0d3c13d71b9 /shells/zsh | |
parent | 1d17312de5374240d5ea5e87de863f4c60ae5596 (diff) | |
download | freebsd-ports-gnome-6b481caceba1329266999d84deae4180085411c6.tar.gz freebsd-ports-gnome-6b481caceba1329266999d84deae4180085411c6.tar.zst freebsd-ports-gnome-6b481caceba1329266999d84deae4180085411c6.zip |
Add NO_LATEST_LINK, zsh-devel is the prefered port for now.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e6162f1e4788..0cabddc089b4 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -18,6 +18,7 @@ MASTER_SITES= ftp://ftp.sterling.com/zsh/ \ MAINTAINER= torstenb@FreeBSD.org +NO_LATEST_LINK= yes GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 |