diff options
author | alex <alex@FreeBSD.org> | 2000-07-22 08:42:17 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-22 08:42:17 +0000 |
commit | 79245e498c6acf02b18121f5ae31f43dad075be2 (patch) | |
tree | c1f5970ac835aa2b76dac4114b0453e5d132fb85 /shells/tcsh | |
parent | 35f3cd10c481d08af5b3832209b094f121b8ad01 (diff) | |
download | FreeBSD-ports-79245e498c6acf02b18121f5ae31f43dad075be2.zip FreeBSD-ports-79245e498c6acf02b18121f5ae31f43dad075be2.tar.gz |
Correct OSVERSION, which I raised for testing but forgot to
set correctly after that.
Diffstat (limited to 'shells/tcsh')
-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 ffbe569..cf9d8d5 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." |