aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-11 17:16:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-11 17:16:31 +0000
commita9d4d05c94387c678bc5828c1e5d48d2c529fb36 (patch)
tree170808194fe1fe707da7c83bf62c63b1a019eb16 /shells
parent2a1888f376bea52189c750081e73213e91698b71 (diff)
downloadports-a9d4d05c94387c678bc5828c1e5d48d2c529fb36.tar.gz
ports-a9d4d05c94387c678bc5828c1e5d48d2c529fb36.zip
Push the FreeBSD version check down to 400021 for tcsh in base system.
Notes
Notes: svn path=/head/; revision=30490
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index b686698f6798..8a1994e589fe 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -14,7 +14,7 @@ DISTNAME= tcsh-6.09
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500001
+.if ${OSVERSION} >= 400021
FORBIDDEN= "tcsh is already in the base system"
.endif