summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorgrant <grant>2003-07-02 05:56:03 +0000
committergrant <grant>2003-07-02 05:56:03 +0000
commitffbe425cf77cfe0a2238d0e2b21b94a7ff0989fb (patch)
tree0ffbd60bf8ad7023945074db07c0aa9ceea3d070 /shells
parent2d22dd4d6655a33e3f44f1b4880c7a4c13ff76a8 (diff)
downloadpkgsrc-ffbe425cf77cfe0a2238d0e2b21b94a7ff0989fb.tar.gz
don't apply s/5/2/ to OS_VERSION since this breaks later use of it,
e.g. creating a binary pkg with ${OS_VERSION} in the PACKAGES path.
Diffstat (limited to 'shells')
-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