aboutsummaryrefslogtreecommitdiffstats
path: root/shells/tcsh
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-20 17:20:13 +0800
committerache <ache@FreeBSD.org>2000-04-20 17:20:13 +0800
commit2a2526a723e2ee86f99aa8715cb1ec9dda0a8fa9 (patch)
treebc2ae1972d1454ef52aa646c9b2da4e57e62ad56 /shells/tcsh
parent4feb43fac2ced17bad535d6ca980cde1bd9a89a0 (diff)
downloadfreebsd-ports-gnome-2a2526a723e2ee86f99aa8715cb1ec9dda0a8fa9.tar.gz
freebsd-ports-gnome-2a2526a723e2ee86f99aa8715cb1ec9dda0a8fa9.tar.zst
freebsd-ports-gnome-2a2526a723e2ee86f99aa8715cb1ec9dda0a8fa9.zip
Disable this port for -current
Remove myself from MAINTAINER
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 0da504fb24e7..9f608ac5d957 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -11,7 +11,12 @@ CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
DISTNAME= tcsh-6.09
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500001
+FORBIDDEN= "tcsh is already in the base system"
+.endif
Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K
@@ -40,4 +45,4 @@ post-install:
${ECHO} ${PREFIX}/bin/tcsh) > /etc/shells
@${RM} /etc/shells.bak
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>