diff options
Diffstat (limited to 'math/R/patches/patch-ag')
-rw-r--r-- | math/R/patches/patch-ag | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/R/patches/patch-ag b/math/R/patches/patch-ag deleted file mode 100644 index dfbf3367a87..00000000000 --- a/math/R/patches/patch-ag +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2000/04/19 15:30:07 jlam Exp $ - ---- src/scripts/Makefile.in.orig Mon Feb 21 05:49:10 2000 -+++ src/scripts/Makefile.in Mon Apr 17 16:13:11 2000 -@@ -38,10 +38,10 @@ - > $(top_builddir)/bin/R - @chmod +x $(top_builddir)/bin/R - @for f in $(SCRIPTS_S); do \ -- $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \ -+ $(INSTALL_SCRIPT) $(srcdir)/$$f $(top_builddir)/bin; \ - done - @for f in $(SCRIPTS_B); do \ -- $(INSTALL) $$f $(top_builddir)/bin; \ -+ $(INSTALL_SCRIPT) $$f $(top_builddir)/bin; \ - done - - $(SCRIPTS_B): $(top_builddir)/config.status |