summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorobache <obache>2008-03-11 11:57:46 +0000
committerobache <obache>2008-03-11 11:57:46 +0000
commite70845b4e620f65481ebdcca33fee822f40af559 (patch)
tree7ca80303fcf0da024134105bad0bcd56e19297f1 /shells
parent56cffbe71619eac7e587995ce3cb804bce20dc88 (diff)
downloadpkgsrc-e70845b4e620f65481ebdcca33fee822f40af559.tar.gz
Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?
Fixes PR 38195.
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 8f20ae087c1..eca5382ede1 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2008/03/02 07:08:39 jlam Exp $
+# $NetBSD: Makefile,v 1.63 2008/03/11 11:57:46 obache Exp $
#
DISTNAME= tcsh-6.15.00
@@ -26,8 +26,7 @@ PLIST_SRC= ${WRKDIR}/PLIST-src
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-OS_VER_cmd= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|'
-LOWER_OPSYS= solaris${OS_VER_cmd:sh}
+LOWER_OPSYS_VERSUFFIX= ${OS_VERSION:S/5./2./}
.endif
PKG_SHELL?= bin/tcsh