summaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-08-17 16:00:02 +0000
committeragc <agc>1999-08-17 16:00:02 +0000
commitad13bfb35fd7473e16f1f71c62ae544489bda700 (patch)
treec621799148a70cc544dc74298ac72cfc0beb14b5 /shells/tcsh/Makefile
parentb349b77b7faaffaba012992deb362ca2677afa03 (diff)
downloadpkgsrc-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/Makefile8
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