diff options
author | asami <asami@FreeBSD.org> | 2000-02-22 14:15:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-22 14:15:57 +0800 |
commit | bc60d204a7eaf94846dec806204b7d5aa19317b5 (patch) | |
tree | 80ef5e5b1f5cb8f9fca8b4502bc344b0ba13e7c9 /shells/zsh | |
parent | 4310d5bcf7ee2990081c48a774386ebf31cd91a8 (diff) | |
download | freebsd-ports-gnome-bc60d204a7eaf94846dec806204b7d5aa19317b5.tar.gz freebsd-ports-gnome-bc60d204a7eaf94846dec806204b7d5aa19317b5.tar.zst freebsd-ports-gnome-bc60d204a7eaf94846dec806204b7d5aa19317b5.zip |
As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. As
it is obvious from their names, NO_LATEST_LINK should have been in
zsh-devel/Makefile when it was committed.
We will revisit this issue after the release.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c54bb059a863..d35be4b71dc3 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -18,7 +18,6 @@ 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 |