summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-04-20 09:20:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-04-20 09:20:13 +0000
commit053726fa90d6035cd346f08a117a06aeb4a86cca (patch)
tree50b8fb2664744520fd0016fe89096f04279f9afb /shells
parentUpgrade to 4.10. (diff)
Disable this port for -current
Remove myself from MAINTAINER
Notes
Notes: svn path=/head/; revision=27778
Diffstat (limited to 'shells')
-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>