summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-ah')
-rw-r--r--math/R/patches/patch-ah17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/R/patches/patch-ah b/math/R/patches/patch-ah
new file mode 100644
index 00000000000..f81cad38897
--- /dev/null
+++ b/math/R/patches/patch-ah
@@ -0,0 +1,17 @@
+$NetBSD: patch-ah,v 1.3 2002/12/10 11:58:14 markd Exp $
+
+--- src/library/lqs/Makefile.in.orig Mon Jul 22 00:32:06 2002
++++ src/library/lqs/Makefile.in Tue Dec 10 00:00:27 2002
+@@ -29,10 +29,10 @@
+ fi; \
+ done
+ @if test -f $(top_builddir)/$(subdir)/DESCRIPTION; then \
++ echo "Built: R" @VERSION@\; @R_PLATFORM@\; `date` >> \
++ $(top_builddir)/$(subdir)/DESCRIPTION; \
+ $(INSTALL_DATA) $(top_builddir)/$(subdir)/DESCRIPTION \
+ $(top_builddir)/library/$(pkg); \
+- echo "Built: R" @VERSION@\; @R_PLATFORM@\; `date` >> \
+- $(top_builddir)/library/$(pkg)/DESCRIPTION; \
+ fi
+ @if test -d $(srcdir)/data; then \
+ $(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/data; \