aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh-devel
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
commitc4314f0ecbedc1a750cff52cc4dd3c02dae43d1a (patch)
tree6171f4399b2ba629878d87a24377cddb460ed604 /shells/zsh-devel
parentf4c714775247e64428a9837685dd5559ef1bca84 (diff)
downloadports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.tar.gz
ports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.zip
Notes
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r--shells/zsh-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 44d3c0b52753..b6e23218c918 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -39,6 +39,12 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
zshzftpsys.1 zshcompsys.1 zshcompwid.1
PLIST_SUB= ZSH_VER="${ZSH_VER}" ZSHFUNC_SUBDIR="${ZSHFUNC_SUBDIR}"
+pre-everything::
+ @${ECHO} "The main zsh port (ports/shells/zsh) has been upgraded"
+ @${ECHO} "to 4.0.1. It is highly advised that you use that port"
+ @${ECHO} "instead of this one."
+ @${FALSE}
+
# If you want to build a static binary, uncomment the following line
#LDFLAGS+=-static