diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-22 08:42:17 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-22 08:42:17 +0000 |
commit | 9dd4f9878a3588e44108abfdb9948b260c366e77 (patch) | |
tree | dc4ff1ea9be6543fe22601f0f2e0dbf30a09f092 /shells/tcsh/Makefile | |
parent | 919fa5f0d69cc33cd7c1518096f4fb48ab638619 (diff) | |
download | ports-9dd4f9878a3588e44108abfdb9948b260c366e77.tar.gz ports-9dd4f9878a3588e44108abfdb9948b260c366e77.zip |
Notes
Diffstat (limited to 'shells/tcsh/Makefile')
-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." |