diff options
author | agc <agc@pkgsrc.org> | 1999-08-17 16:00:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-17 16:00:02 +0000 |
commit | 8474d59eefaf0505b257960215c97090c26ce80c (patch) | |
tree | c621799148a70cc544dc74298ac72cfc0beb14b5 /shells/tcsh/Makefile | |
parent | 0c776e4efad96b9ddc708cbd5e9db949158837d6 (diff) | |
download | pkgsrc-8474d59eefaf0505b257960215c97090c26ce80c.tar.gz |
Remove obsolete patch, and regen checksum file.
On Solaris, work around a configure script bug - pass the Operating
System version to configure.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 64b5fc1b4e6..9adb03dabc4 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/08/16 23:01:21 kim Exp $ +# $NetBSD: Makefile,v 1.18 1999/08/17 16:00:02 agc Exp $ # DISTNAME= tcsh-6.09 @@ -19,6 +19,12 @@ INSTALL_TARGET= install install.man NLSDIR= share/nls PLIST_SRC= ${WRKDIR}/PLIST-src +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +LOWER_OPSYS= solaris2.6 +.endif + post-install: @${ECHO} "Installing message catalogues" @${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/${NLSDIR}/C/tcsh.cat |