aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2013-11-28 02:56:43 +0800
committerdbn <dbn@FreeBSD.org>2013-11-28 02:56:43 +0800
commit2a38a4b34a96fce90b1b730ac00b621e0e81f40f (patch)
tree75749e5a75551a5b29335357c10f4c95a9dc23da /www
parent19c623e8bad27bd88eefae617903f5411f12fa88 (diff)
downloadfreebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.tar.gz
freebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.tar.zst
freebsd-ports-gnome-2a38a4b34a96fce90b1b730ac00b621e0e81f40f.zip
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen
Diffstat (limited to 'www')
-rw-r--r--www/R-cran-RgoogleMaps/Makefile1
-rw-r--r--www/R-cran-Rpad/Makefile1
-rw-r--r--www/R-cran-httpuv/Makefile1
-rw-r--r--www/R-cran-scrapeR/Makefile1
-rw-r--r--www/R-cran-shiny/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile
index 6f6cecd5cdbf..eaafa768f912 100644
--- a/www/R-cran-RgoogleMaps/Makefile
+++ b/www/R-cran-RgoogleMaps/Makefile
@@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png \
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile
index b9e3d89f9b7d..d2e9dd3d40fc 100644
--- a/www/R-cran-Rpad/Makefile
+++ b/www/R-cran-Rpad/Makefile
@@ -15,5 +15,4 @@ LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile
index ea8a31801e53..b96ac974b8bb 100644
--- a/www/R-cran-httpuv/Makefile
+++ b/www/R-cran-httpuv/Makefile
@@ -23,5 +23,4 @@ R_MOD_AUTOPLIST= yes
MAKE_ENV= MAKE=${GMAKE}
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile
index 7b36b38341a8..2d260424c1de 100644
--- a/www/R-cran-scrapeR/Makefile
+++ b/www/R-cran-scrapeR/Makefile
@@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile
index e7dec965864b..3d9ede25ffc9 100644
--- a/www/R-cran-shiny/Makefile
+++ b/www/R-cran-shiny/Makefile
@@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>