summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-07-11 17:16:31 +0000
committerobrien <obrien@FreeBSD.org>2000-07-11 17:16:31 +0000
commit31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2 (patch)
tree24ac273f4361ad5294f7f81c0e2bc94988916d38
parent8041845e454f97f65392f0dc268c0eb112bd92d7 (diff)
downloadFreeBSD-ports-31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2.zip
FreeBSD-ports-31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2.tar.gz
Push the FreeBSD version check down to 400021 for tcsh in base system.
-rw-r--r--shells/tcsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index b686698..8a1994e 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
OpenPOWER on IntegriCloud