summaryrefslogtreecommitdiff
path: root/shells/zsh-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-devel/Makefile')
-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