summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-af')
-rw-r--r--math/R/patches/patch-af21
1 files changed, 0 insertions, 21 deletions
diff --git a/math/R/patches/patch-af b/math/R/patches/patch-af
deleted file mode 100644
index 9c029334f2c..00000000000
--- a/math/R/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-af,v 1.3 2000/01/12 22:05:33 rh Exp $
-
---- src/scripts/R.sh.in.orig Wed Jan 12 20:12:45 2000
-+++ src/scripts/R.sh.in Wed Jan 12 20:15:02 2000
-@@ -114,14 +114,14 @@
- fi
-
- if test -z "${DBG}"; then
-- exec ${R_HOME}/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS}
-+ exec @prefix@/bin/${R_BINARY} @R_BATCHSAVE@ ${ARGS}
- else
- if test -n "${ARGS}"; then
- echo "*** Further command line arguments (\`${ARGS}') disregarded"
- echo "*** (maybe use \`run ${ARGS}' from *inside* ${DBG})"
- echo ""
- fi
-- exec ${DBG} ${R_HOME}/bin/${R_BINARY}
-+ exec ${DBG} @prefix@/bin/${R_BINARY}
- fi
-
- ### Local Variables: ***