summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-18 02:59:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-18 02:59:03 +0000
commite86f9a98b79d183862e843f0661cad5196a89a9a (patch)
tree01d804d1c5ea5c2e781966d228ab9f7531e9f0e5 /shells
parentBROKEN: Cannot find python (diff)
Move a pre-everything target which displays a message and exits to
a FORBIDDEN tag.
Notes
Notes: svn path=/head/; revision=59382
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-devel/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 6e09fc5f5ad5..895f550497f2 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -25,6 +25,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= shige@FreeBSD.org
+FORBIDDEN= "The main zsh port (ports/shells/zsh) has been upgraded to 4.x. It is highly advised that you use that port instead of this one"
+
USE_AUTOCONF= yes
ZSH_VER= ${PORTVERSION}
@@ -39,12 +41,6 @@ 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