diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-05-28 15:15:05 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-05-28 15:15:05 +0000 |
commit | e80e13199698384004812ef82084507a63c6db49 (patch) | |
tree | 415589d9c68c0b0770aa00cfd4495ce30df83a29 /math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in | |
parent | - Try again to fix the UPDATING entry for ruby. Thanks to bdrewery for the help. (diff) |
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
Diffstat (limited to 'math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in')
-rw-r--r-- | math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in b/math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in new file mode 100644 index 000000000000..aa178d77df0f --- /dev/null +++ b/math/rkward/files/patch-rkward_rbackend_rpackages_Makefile.in @@ -0,0 +1,11 @@ +--- rkward/rbackend/rpackages/Makefile.in.orig 2008-04-20 14:56:59.000000000 -0400 ++++ rkward/rbackend/rpackages/Makefile.in 2013-05-28 09:56:00.000000000 -0400 +@@ -651,7 +651,7 @@ + OLDTMP=$$TMPDIR ; \ + export TMPDIR=`pwd`/tmp ; \ + mkdir -p $(DESTDIR)/$(R_LIBDIR) ; \ +- ${R_HOMEDIR}/bin/R CMD INSTALL -l $(DESTDIR)/$(R_LIBDIR) rkward ; \ ++ ${R_HOMEDIR}/bin/R CMD INSTALL -l $(DESTDIR)/$(R_LIBDIR) rkward_*.tar.gz ; \ + export TMPDIR=$$OLDTMP + uninstall: + -${R_HOMEDIR}/bin/R CMD REMOVE -l $(DESTDIR)/$(R_LIBDIR) rkward |