diff options
author | jtb <jtb> | 2001-04-12 21:29:50 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-12 21:29:50 +0000 |
commit | 56c6a9852e8e335a4e0b854cadd7a6cd3fea2bbd (patch) | |
tree | 88314ca895c4782ea998f64fc99851ca86840b55 /shells/scsh/patches | |
parent | 13e69352299aa76b41f9ba84aaca216608ea70a4 (diff) | |
download | pkgsrc-56c6a9852e8e335a4e0b854cadd7a6cd3fea2bbd.tar.gz |
Install header file as "scsh.h" rather than "scheme48.h", thus
resolving a conflict with lang/scheme48. This should not cause any
(difficult) problems. Decrease no. of lines in DESCR to satisfy
`pkglint'. Bump up version number.
Diffstat (limited to 'shells/scsh/patches')
-rw-r--r-- | shells/scsh/patches/patch-aa | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/shells/scsh/patches/patch-aa b/shells/scsh/patches/patch-aa index 10460615680..4737eb16369 100644 --- a/shells/scsh/patches/patch-aa +++ b/shells/scsh/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2001/02/27 19:37:47 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2001/04/12 21:29:50 jtb Exp $ ---- Makefile.in.orig Wed Sep 15 16:54:48 1999 -+++ Makefile.in Sun Oct 1 21:46:02 2000 +--- Makefile.in.orig Wed Sep 15 14:54:48 1999 ++++ Makefile.in @@ -139,7 +139,7 @@ # The following is the first rule and therefore the "make" command's @@ -39,8 +39,12 @@ $NetBSD: patch-aa,v 1.4 2001/02/27 19:37:47 wiz Exp $ mkdir $(LIB)/rts mkdir $(LIB)/vm -@@ -304,8 +311,8 @@ - $(INSTALL_DATA) $(srcdir)/scheme48.h $(incdir)/ +@@ -301,11 +308,11 @@ + else echo "No man directory, not installing man page"; fi + + install-inc: scheme48.h +- $(INSTALL_DATA) $(srcdir)/scheme48.h $(incdir)/ ++ $(INSTALL_DATA) $(srcdir)/scheme48.h $(incdir)/scsh.h install-cig: cig - $(INSTALL_PROGRAM) $(srcdir)/$(CIG) $(LIB)/cig |