diff options
author | obache <obache@pkgsrc.org> | 2008-03-11 11:57:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-11 11:57:46 +0000 |
commit | 6a6d8bb2e2bc7aa169be31b04ecc2e7b9e84cbe3 (patch) | |
tree | 7ca80303fcf0da024134105bad0bcd56e19297f1 /shells/tcsh | |
parent | 404aea977c8ead35351aa235680ad97f09f6c264 (diff) | |
download | pkgsrc-6a6d8bb2e2bc7aa169be31b04ecc2e7b9e84cbe3.tar.gz |
Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?
Fixes PR 38195.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 5 |
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 |