summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-22 08:42:17 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-22 08:42:17 +0000
commit9dd4f9878a3588e44108abfdb9948b260c366e77 (patch)
treedc4ff1ea9be6543fe22601f0f2e0dbf30a09f092 /shells
parent- Fix MASTER_SITES (diff)
Correct OSVERSION, which I raised for testing but forgot to
set correctly after that.
Notes
Notes: svn path=/head/; revision=30960
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile4
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."