diff options
author | agc <agc> | 1999-08-17 16:00:02 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-17 16:00:02 +0000 |
commit | ad13bfb35fd7473e16f1f71c62ae544489bda700 (patch) | |
tree | c621799148a70cc544dc74298ac72cfc0beb14b5 /shells/tcsh/Makefile | |
parent | b349b77b7faaffaba012992deb362ca2677afa03 (diff) | |
download | pkgsrc-ad13bfb35fd7473e16f1f71c62ae544489bda700.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 |