diff options
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ffbe56990d32..cf9d8d5fa98e 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 4000210 +.if ${OSVERSION} >= 400021 NO_BUILD= yes PLIST= ${PKGDIR}/PLIST.nobuild DISTFILES= # empty @@ -32,7 +32,7 @@ MASTER_SITE_TCSH= http://www2.wbs.ne.jp/~znc/tcsh/ DISTNAME_TCSH= ${PORTNAME}-${PORTVERSION} .endif -.if ${OSVERSION} >= 4000210 +.if ${OSVERSION} >= 400021 pre-fetch: @${ECHO_MSG} "This port is just for making symlink from /bin/tcsh" @${ECHO_MSG} "to ${PREFIX}/bin/tcsh and updating /etc/shells." |