aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-sm
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-sm
parent0d20ffcceba19d04abb77b9b595b648195808777 (diff)
downloadports-46d3e7ba41f3f31d166893fb005ba360b172ba30.tar.gz
ports-46d3e7ba41f3f31d166893fb005ba360b172ba30.zip
Notes
Diffstat (limited to 'math/R-cran-sm')
-rw-r--r--math/R-cran-sm/Makefile3
-rw-r--r--math/R-cran-sm/files/bsd.cran.mk38
2 files changed, 1 insertions, 40 deletions
diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile
index cb21435761f6..b616f3718e8d 100644
--- a/math/R-cran-sm/Makefile
+++ b/math/R-cran-sm/Makefile
@@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME}_2.2-4
MAINTAINER= wen@FreeBSD.org
COMMENT= Smoothing methods for nonparametric regression and density estimation
-R_MOD= yes
+USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-.include "${.CURDIR}/files/bsd.cran.mk"
.include <bsd.port.mk>
diff --git a/math/R-cran-sm/files/bsd.cran.mk b/math/R-cran-sm/files/bsd.cran.mk
deleted file mode 100644
index 229104978c7d..000000000000
--- a/math/R-cran-sm/files/bsd.cran.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-# Date created: 2009-01-25
-# Whom: Wen Heping <wenheping@gmail.com>
-
-.if defined(R_MOD)
-MASTER_CRAN_SITES+= http://mirrors.geoexpat.com/cran/src/contrib/ \
- http://cran.rakanu.com/src/contrib/ \
- http://cran.cnr.berkeley.edu/src/contrib/
-.endif
-
-MASTER_SITES?= ${MASTER_CRAN_SITES}
-
-.if defined(R_MOD)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
-RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
-.endif
-
-R_MOD_DIR?= lib/R/library/${PORTNAME}
-PLIST_SUB+= R_MOD_DIR=${R_MOD_DIR}
-
-NO_BUILD= yes
-R_COMMAND= ${LOCALBASE}/bin/R
-R_INS= ${R_COMMAND} CMD INSTALL
-
-do-install:
-.if defined(R_MOD)
- @cd ${WRKDIR} && ${R_INS} ${PORTNAME}
-.endif
-
-.if defined(R_MOD) && defined(R_MOD_AUTOPLIST)
-.if !target(post-install-script)
-post-install-script:
- @${FIND} -ds ${PREFIX}/${R_MOD_DIR} -type f -print | ${SED} -E -e \
- 's,^${PREFIX}/?,,' > ${TMPPLIST}
- @${FIND} -ds ${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \
- 's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
-.endif
-.endif
-