diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-11 17:16:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-11 17:16:31 +0000 |
commit | 31ac9ac56b17a477a1f8f0f3cefe9874d6ea29a2 (patch) | |
tree | 24ac273f4361ad5294f7f81c0e2bc94988916d38 | |
parent | 8041845e454f97f65392f0dc268c0eb112bd92d7 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |