summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-ae')
-rw-r--r--math/R/patches/patch-ae27
1 files changed, 7 insertions, 20 deletions
diff --git a/math/R/patches/patch-ae b/math/R/patches/patch-ae
index 06167e144b7..e9a3585b82a 100644
--- a/math/R/patches/patch-ae
+++ b/math/R/patches/patch-ae
@@ -1,26 +1,13 @@
-$NetBSD: patch-ae,v 1.3 2000/01/12 22:05:33 rh Exp $
+$NetBSD: patch-ae,v 1.4 2000/04/19 15:30:06 jlam Exp $
---- Makefile.in.orig Wed Jan 12 20:01:29 2000
-+++ Makefile.in Wed Jan 12 20:07:14 2000
-@@ -51,7 +51,7 @@
- $(INSTALL_DATA) $${f} $(rhome); \
- done)
- @echo "Installing executables ..."
-- @$(INSTALL_PROGRAM) bin/R.X11 $(rhome)/bin
-+ @$(INSTALL_PROGRAM) bin/R.X11 $(bindir)
- @if test -x bin/R.gnome; then \
- $(INSTALL_PROGRAM) bin/R.gnome $(rhome)/bin; \
- fi
-@@ -61,10 +61,10 @@
+--- Makefile.in.orig Mon Feb 21 02:03:26 2000
++++ Makefile.in Mon Apr 17 16:11:47 2000
+@@ -74,7 +74,7 @@
@for f in `ls bin/* | grep -v '^bin/R\**$$' \
- | grep -v '^bin/R.X11\**$$' \
- | grep -v '^bin/R.gnome\**$$'`; do \
+ | grep -v '^bin/R.X11\**$$' \
+ | grep -v '^bin/R.GNOME\**$$'`; do \
- $(INSTALL) $${f} $(rhome)/bin; \
+ $(INSTALL_SCRIPT) $${f} $(rhome)/bin; \
done
- @for f in Rd2txt Rdconv Rdindex Sd2Rd; do \
-- $(INSTALL) bin/$${f} $(bindir); \
-+ $(INSTALL_OWN_SCRIPT) bin/$${f} $(bindir); \
- done
- @echo "Installing headers ..."
+ @echo "installing headers ..."
@for f in include/*.h; do \