summaryrefslogtreecommitdiff
path: root/math/R-cran-inline/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2010-09-26 07:59:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2010-09-26 07:59:14 +0000
commit46d3e7ba41f3f31d166893fb005ba360b172ba30 (patch)
treea2815ab5fdd8592aeeebaccccfa2bfd845f3fb46 /math/R-cran-inline/Makefile
parentUpdate to 0.44. (diff)
- Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk - Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving Approved by: wen (via e-mail)
Notes
Notes: svn path=/head/; revision=261877
Diffstat (limited to 'math/R-cran-inline/Makefile')
-rw-r--r--math/R-cran-inline/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile
index c8fbf2733009..1db2e21a164c 100644
--- a/math/R-cran-inline/Makefile
+++ b/math/R-cran-inline/Makefile
@@ -14,9 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Inline C, C++, Fortran function calls from R
-R_MOD= yes
+USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
-
.include <bsd.port.mk>