diff options
author | agc <agc@pkgsrc.org> | 1999-08-17 16:11:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-17 16:11:27 +0000 |
commit | d0704d2241812d83c7f8fa7cf4c766580b8ca702 (patch) | |
tree | 5e988d015299a44544854b3b7c80b0c462732499 /shells | |
parent | 8474d59eefaf0505b257960215c97090c26ce80c (diff) | |
download | pkgsrc-d0704d2241812d83c7f8fa7cf4c766580b8ca702.tar.gz |
Be a bit more general when configuring this package on Solaris.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 9adb03dabc4..7ccc6309611 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/08/17 16:00:02 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/08/17 16:11:27 agc Exp $ # DISTNAME= tcsh-6.09 @@ -22,7 +22,8 @@ PLIST_SRC= ${WRKDIR}/PLIST-src .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -LOWER_OPSYS= solaris2.6 +OS_VERSION!= echo ${OS_VERSION} | sed -e 's|5\.|2.|' +LOWER_OPSYS= solaris${OS_VERSION} .endif post-install: |