From e86f9a98b79d183862e843f0661cad5196a89a9a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 May 2002 02:59:03 +0000 Subject: [PATCH] Move a pre-everything target which displays a message and exits to a FORBIDDEN tag. --- shells/zsh-devel/Makefile | 8 ++------ 1 file 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