diff options
author | billf <billf@FreeBSD.org> | 2000-02-12 03:49:44 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-02-12 03:49:44 +0000 |
commit | 61ac5058536cc805a308a0d7b2231e532747f758 (patch) | |
tree | 61eae1404b49eb97c4b0e4010c7a7ad64485407b /shells/zsh | |
parent | 3d6c3e90cf9f0436a364860f9f68f08e7fa8cf69 (diff) | |
download | FreeBSD-ports-61ac5058536cc805a308a0d7b2231e532747f758.zip FreeBSD-ports-61ac5058536cc805a308a0d7b2231e532747f758.tar.gz |
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 e6162f1..0cabddc 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 |