summaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r--shells/tcsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 5c50b8f48a2..e40ddddc6aa 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2003/05/05 16:40:28 agc Exp $
+# $NetBSD: Makefile,v 1.44 2003/07/02 05:56:03 grant Exp $
#
DISTNAME= tcsh-6.12.00
@@ -26,8 +26,8 @@ PLIST_SRC= ${WRKDIR}/PLIST-src
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-OS_VERSION!= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|'
-LOWER_OPSYS= solaris${OS_VERSION}
+OS_VER!= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|'
+LOWER_OPSYS= solaris${OS_VER}
.endif
PKG_SHELL?= ${PREFIX}/bin/tcsh