Skip to content

Commit

Permalink
Remove obsolete patch, and regen checksum file.
Browse files Browse the repository at this point in the history
On Solaris, work around a configure script bug - pass the Operating
System version to configure.
  • Loading branch information
agc committed Aug 17, 1999
1 parent 0c776e4 commit 8474d59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
8 changes: 7 additions & 1 deletion shells/tcsh/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions shells/tcsh/files/patch-sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$NetBSD: patch-sum,v 1.2 1999/08/16 23:01:21 kim Exp $
$NetBSD: patch-sum,v 1.3 1999/08/17 16:00:03 agc Exp $

MD5 (patch-af) = 61817622e3cae5af6b46065f416e9e37
MD5 (patch-ag) = 374a5eec127ef25ad42482e304f373d9
MD5 (patch-ah) = 9490b8739fd89bbd3e6cbae5237923b3
18 changes: 0 additions & 18 deletions shells/tcsh/patches/patch-ah

This file was deleted.

0 comments on commit 8474d59

Please sign in to comment.