summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-22 06:15:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-22 06:15:57 +0000
commit62eda254b9d11cf23ede53c1757187e5a59eda56 (patch)
tree012d6dec091c54ad9eccdea8824b0ba9d00ac934 /shells
parentRemove info/dir from the PLIST. (diff)
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.
Notes
Notes: svn path=/head/; revision=26130
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-devel/Makefile1
-rw-r--r--shells/zsh/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 88b424e1196e..5f83620cd5a6 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.zsh.org/zsh/ \
MAINTAINER= shige@FreeBSD.org
+NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
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