aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.cran.mk2
-rw-r--r--astro/R-cran-maptools/Makefile1
-rw-r--r--converters/R-cran-RJSONIO/Makefile1
-rw-r--r--databases/R-cran-DBI/Makefile1
-rw-r--r--databases/R-cran-RMySQL/Makefile1
-rw-r--r--devel/R-cran-bitops/Makefile1
-rw-r--r--devel/R-cran-caret/Makefile1
-rw-r--r--devel/R-cran-foreach/Makefile1
-rw-r--r--devel/R-cran-iterators/Makefile1
-rw-r--r--devel/R-cran-itertools/Makefile1
-rw-r--r--devel/R-cran-plyr/Makefile1
-rw-r--r--devel/R-cran-proto/Makefile1
-rw-r--r--devel/R-cran-reshape/Makefile1
-rw-r--r--finance/R-cran-RFinanceYJ/Makefile1
-rw-r--r--finance/R-cran-gmm/Makefile1
-rw-r--r--ftp/R-cran-RCurl/Makefile1
-rw-r--r--graphics/R-cran-RColorBrewer/Makefile1
-rw-r--r--graphics/R-cran-colorspace/Makefile1
-rw-r--r--graphics/R-cran-diagram/Makefile1
-rw-r--r--graphics/R-cran-ggplot2/Makefile1
-rw-r--r--graphics/R-cran-shape/Makefile1
-rw-r--r--math/R-cran-RSvgDevice/Makefile1
-rw-r--r--math/R-cran-SuppDists/Makefile1
-rw-r--r--math/R-cran-Zelig/Makefile1
-rw-r--r--math/R-cran-car/Makefile1
-rw-r--r--math/R-cran-coda/Makefile1
-rw-r--r--math/R-cran-deldir/Makefile1
-rw-r--r--math/R-cran-gpclib/Makefile1
-rw-r--r--math/R-cran-inline/Makefile1
-rw-r--r--math/R-cran-mvtnorm/Makefile1
-rw-r--r--math/R-cran-psych/Makefile1
-rw-r--r--math/R-cran-sandwich/Makefile1
-rw-r--r--math/R-cran-sm/Makefile1
-rw-r--r--math/R-cran-sp/Makefile1
-rw-r--r--math/R-cran-spdep/Makefile1
-rw-r--r--math/R-cran-xts/Makefile1
-rw-r--r--math/R-cran-zoo/Makefile1
-rw-r--r--net/R-cran-twitteR/Makefile1
-rw-r--r--science/R-cran-AMORE/Makefile1
-rw-r--r--science/R-cran-DCluster/Makefile1
-rw-r--r--science/R-cran-Epi/Makefile1
-rw-r--r--science/R-cran-bayesm/Makefile1
-rw-r--r--science/R-cran-eco/Makefile1
-rw-r--r--security/R-cran-ROAuth/Makefile1
-rw-r--r--security/R-cran-digest/Makefile1
-rw-r--r--textproc/R-cran-XML/Makefile1
-rw-r--r--textproc/R-cran-xtable/Makefile1
-rw-r--r--www/R-cran-Rpad/Makefile1
-rw-r--r--www/R-cran-scrapeR/Makefile1
49 files changed, 2 insertions, 48 deletions
diff --git a/Mk/bsd.cran.mk b/Mk/bsd.cran.mk
index 217d3cfb4c20..05dd16ac06d0 100644
--- a/Mk/bsd.cran.mk
+++ b/Mk/bsd.cran.mk
@@ -25,6 +25,8 @@ MASTER_SITES?= ${MASTER_CRAN_SITES}
.if defined(USE_R_MOD)
BUILD_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R
+
+PKGNAMEPREFIX?= R-cran-
.endif
R_MOD_DIR?= lib/R/library/${PORTNAME}
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile
index 67536e9dcabb..86cbd56e6290 100644
--- a/astro/R-cran-maptools/Makefile
+++ b/astro/R-cran-maptools/Makefile
@@ -9,7 +9,6 @@ PORTNAME= maptools
DISTVERSION= 0.8-10
PORTREVISION= 1
CATEGORIES= astro
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile
index 9319c21001e9..4705d738cb14 100644
--- a/converters/R-cran-RJSONIO/Makefile
+++ b/converters/R-cran-RJSONIO/Makefile
@@ -8,7 +8,6 @@
PORTNAME= RJSONIO
DISTVERSION= 0.96-0
CATEGORIES= converters
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/databases/R-cran-DBI/Makefile b/databases/R-cran-DBI/Makefile
index ff00c6d045fa..4fa21ee537be 100644
--- a/databases/R-cran-DBI/Makefile
+++ b/databases/R-cran-DBI/Makefile
@@ -9,7 +9,6 @@ PORTNAME= DBI
DISTVERSION= 0.2-5
PORTREVISION= 1
CATEGORIES= databases
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile
index 4aac4c8e4efc..d32f142ccaa4 100644
--- a/databases/R-cran-RMySQL/Makefile
+++ b/databases/R-cran-RMySQL/Makefile
@@ -9,7 +9,6 @@ PORTNAME= RMySQL
DISTVERSION= 0.8-0
PORTREVISION= 1
CATEGORIES= databases
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile
index 17109b950351..86af4456977b 100644
--- a/devel/R-cran-bitops/Makefile
+++ b/devel/R-cran-bitops/Makefile
@@ -9,7 +9,6 @@ PORTNAME= bitops
DISTVERSION= 1.0-4.1
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile
index c3bcdfdc2f37..e72f84923ea7 100644
--- a/devel/R-cran-caret/Makefile
+++ b/devel/R-cran-caret/Makefile
@@ -8,7 +8,6 @@
PORTNAME= caret
DISTVERSION= 5.07-005
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-foreach/Makefile b/devel/R-cran-foreach/Makefile
index c1671015620a..9dbacd8bea37 100644
--- a/devel/R-cran-foreach/Makefile
+++ b/devel/R-cran-foreach/Makefile
@@ -9,7 +9,6 @@ PORTNAME= foreach
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-iterators/Makefile b/devel/R-cran-iterators/Makefile
index 0814566f33a4..3602b2368437 100644
--- a/devel/R-cran-iterators/Makefile
+++ b/devel/R-cran-iterators/Makefile
@@ -9,7 +9,6 @@ PORTNAME= iterators
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-itertools/Makefile b/devel/R-cran-itertools/Makefile
index 2a082075f685..c8f5815d6284 100644
--- a/devel/R-cran-itertools/Makefile
+++ b/devel/R-cran-itertools/Makefile
@@ -9,7 +9,6 @@ PORTNAME= itertools
DISTVERSION= 0.1-1
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile
index c2f70984ad5c..ecbf10e2fe97 100644
--- a/devel/R-cran-plyr/Makefile
+++ b/devel/R-cran-plyr/Makefile
@@ -9,7 +9,6 @@ PORTNAME= plyr
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-proto/Makefile b/devel/R-cran-proto/Makefile
index f05db0c62838..0db4e49fe0db 100644
--- a/devel/R-cran-proto/Makefile
+++ b/devel/R-cran-proto/Makefile
@@ -9,7 +9,6 @@ PORTNAME= proto
DISTVERSION= 0.3-9.2
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/devel/R-cran-reshape/Makefile b/devel/R-cran-reshape/Makefile
index e9ef61a2d87d..5d5fa805faf8 100644
--- a/devel/R-cran-reshape/Makefile
+++ b/devel/R-cran-reshape/Makefile
@@ -9,7 +9,6 @@ PORTNAME= reshape
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= devel
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/finance/R-cran-RFinanceYJ/Makefile b/finance/R-cran-RFinanceYJ/Makefile
index 7a839e3192d0..9efc82d5c190 100644
--- a/finance/R-cran-RFinanceYJ/Makefile
+++ b/finance/R-cran-RFinanceYJ/Makefile
@@ -9,7 +9,6 @@ PORTNAME= RFinanceYJ
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= finance
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/finance/R-cran-gmm/Makefile b/finance/R-cran-gmm/Makefile
index f984b6f452ec..18acc45b8551 100644
--- a/finance/R-cran-gmm/Makefile
+++ b/finance/R-cran-gmm/Makefile
@@ -9,7 +9,6 @@ PORTNAME= gmm
DISTVERSION= 1.3-8
PORTREVISION= 1
CATEGORIES= finance
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile
index 0448b294c261..0fd38e1ebbd7 100644
--- a/ftp/R-cran-RCurl/Makefile
+++ b/ftp/R-cran-RCurl/Makefile
@@ -8,7 +8,6 @@
PORTNAME= RCurl
DISTVERSION= 1.7-0
CATEGORIES= ftp
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile
index a955263d91f7..de4f85206422 100644
--- a/graphics/R-cran-RColorBrewer/Makefile
+++ b/graphics/R-cran-RColorBrewer/Makefile
@@ -9,7 +9,6 @@ PORTNAME= RColorBrewer
DISTVERSION= 1.0-5
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile
index 2366d664575b..e7596648bbc4 100644
--- a/graphics/R-cran-colorspace/Makefile
+++ b/graphics/R-cran-colorspace/Makefile
@@ -9,7 +9,6 @@ PORTNAME= colorspace
DISTVERSION= 1.1-0
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile
index b7ce33eb1d02..03377554405d 100644
--- a/graphics/R-cran-diagram/Makefile
+++ b/graphics/R-cran-diagram/Makefile
@@ -9,7 +9,6 @@ PORTNAME= diagram
PORTVERSION= 1.5.2
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile
index fc2543854137..93117c9f8956 100644
--- a/graphics/R-cran-ggplot2/Makefile
+++ b/graphics/R-cran-ggplot2/Makefile
@@ -9,7 +9,6 @@ PORTNAME= ggplot2
PORTVERSION= 0.8.9
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile
index 4abe46377a8a..956a0a1113e4 100644
--- a/graphics/R-cran-shape/Makefile
+++ b/graphics/R-cran-shape/Makefile
@@ -9,7 +9,6 @@ PORTNAME= shape
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= graphics
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile
index 58c7783aff6b..c6763839aa30 100644
--- a/math/R-cran-RSvgDevice/Makefile
+++ b/math/R-cran-RSvgDevice/Makefile
@@ -9,7 +9,6 @@ PORTNAME= RSvgDevice
PORTVERSION= 0.6.4.1
PORTREVISION= 9
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= naylor.b.david@gmail.com
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile
index 5c03494e8614..ed32fa567f25 100644
--- a/math/R-cran-SuppDists/Makefile
+++ b/math/R-cran-SuppDists/Makefile
@@ -12,7 +12,6 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_CRAN_SITES} \
http://r.research.att.com/benchmarks/:benchmark \
LOCAL/bf:benchmark
-PKGNAMEPREFIX= R-cran-
DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \
${BENCHMARK_SCRIPT}:benchmark
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile
index 6744ff70369a..8b0686af98a7 100644
--- a/math/R-cran-Zelig/Makefile
+++ b/math/R-cran-Zelig/Makefile
@@ -9,7 +9,6 @@ PORTNAME= Zelig
DISTVERSION= 3.5.1
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile
index b42fa57df92d..672eeabda3d5 100644
--- a/math/R-cran-car/Makefile
+++ b/math/R-cran-car/Makefile
@@ -8,7 +8,6 @@
PORTNAME= car
DISTVERSION= 2.0-11
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= naylor.b.david@gmail.com
diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile
index ab99dfaed6a0..251bbf2929a8 100644
--- a/math/R-cran-coda/Makefile
+++ b/math/R-cran-coda/Makefile
@@ -8,7 +8,6 @@
PORTNAME= coda
DISTVERSION= 0.14-6
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile
index 0b2bd5bd4239..c1165f7a3753 100644
--- a/math/R-cran-deldir/Makefile
+++ b/math/R-cran-deldir/Makefile
@@ -8,7 +8,6 @@
PORTNAME= deldir
DISTVERSION= 0.0-16
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile
index 7240c63518cc..d47b4ab9d892 100644
--- a/math/R-cran-gpclib/Makefile
+++ b/math/R-cran-gpclib/Makefile
@@ -9,7 +9,6 @@ PORTNAME= gpclib
DISTVERSION= 1.5-1
PORTREVISION= 5
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile
index 86fb30e9b3b9..6cce7ae9f0ac 100644
--- a/math/R-cran-inline/Makefile
+++ b/math/R-cran-inline/Makefile
@@ -9,7 +9,6 @@ PORTNAME= inline
PORTVERSION= 0.3.8
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile
index f198aeec6a78..d303671b895b 100644
--- a/math/R-cran-mvtnorm/Makefile
+++ b/math/R-cran-mvtnorm/Makefile
@@ -9,7 +9,6 @@ PORTNAME= mvtnorm
PORTVERSION= 0.9.96
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile
index 8add0d50d412..efe63884f1f3 100644
--- a/math/R-cran-psych/Makefile
+++ b/math/R-cran-psych/Makefile
@@ -9,7 +9,6 @@ PORTNAME= psych
PORTVERSION= 1.0.94
PORTREVISION= 3
CATEGORIES= math science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= drue@therub.org
diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile
index 5489a09406ee..db794678bb29 100644
--- a/math/R-cran-sandwich/Makefile
+++ b/math/R-cran-sandwich/Makefile
@@ -9,7 +9,6 @@ PORTNAME= sandwich
DISTVERSION= 2.2-8
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile
index ee51a38b3720..e0521428672f 100644
--- a/math/R-cran-sm/Makefile
+++ b/math/R-cran-sm/Makefile
@@ -9,7 +9,6 @@ PORTNAME= sm
DISTVERSION= 2.2-4.1
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile
index 873d598faf2b..f52f5a2c14a5 100644
--- a/math/R-cran-sp/Makefile
+++ b/math/R-cran-sp/Makefile
@@ -9,7 +9,6 @@ PORTNAME= sp
PORTVERSION= 0.9.78
PORTREVISION= 3
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
index 9672e1acf039..4f88b2bd7aa2 100644
--- a/math/R-cran-spdep/Makefile
+++ b/math/R-cran-spdep/Makefile
@@ -8,7 +8,6 @@
PORTNAME= spdep
DISTVERSION= 0.5-41
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile
index 4cb063a1b6c4..2c34daec1eb5 100644
--- a/math/R-cran-xts/Makefile
+++ b/math/R-cran-xts/Makefile
@@ -9,7 +9,6 @@ PORTNAME= xts
DISTVERSION= 0.8-2
PORTREVISION= 1
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile
index eec1b60365ee..c893423d0f1a 100644
--- a/math/R-cran-zoo/Makefile
+++ b/math/R-cran-zoo/Makefile
@@ -8,7 +8,6 @@
PORTNAME= zoo
DISTVERSION= 1.7-6
CATEGORIES= math
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile
index 7ebbc2c6aea4..f4fcabdd2d35 100644
--- a/net/R-cran-twitteR/Makefile
+++ b/net/R-cran-twitteR/Makefile
@@ -8,7 +8,6 @@
PORTNAME= twitteR
PORTVERSION= 0.99.12
CATEGORIES= net
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile
index 930e356069f7..6afebd68d5f3 100644
--- a/science/R-cran-AMORE/Makefile
+++ b/science/R-cran-AMORE/Makefile
@@ -9,7 +9,6 @@ PORTNAME= AMORE
PORTVERSION= 0.2.12
PORTREVISION= 3
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile
index f4d9d900d6cc..931120aae16b 100644
--- a/science/R-cran-DCluster/Makefile
+++ b/science/R-cran-DCluster/Makefile
@@ -9,7 +9,6 @@ PORTNAME= DCluster
DISTVERSION= 0.2-3
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile
index be5e258c4557..2e2e52656da6 100644
--- a/science/R-cran-Epi/Makefile
+++ b/science/R-cran-Epi/Makefile
@@ -9,7 +9,6 @@ PORTNAME= Epi
PORTVERSION= 1.1.24
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile
index 38b65a2d3108..0cd3ddad242f 100644
--- a/science/R-cran-bayesm/Makefile
+++ b/science/R-cran-bayesm/Makefile
@@ -9,7 +9,6 @@ PORTNAME= bayesm
PORTVERSION= 2.2.4
PORTREVISION= 3
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile
index a6db4c96a169..9b85133969b8 100644
--- a/science/R-cran-eco/Makefile
+++ b/science/R-cran-eco/Makefile
@@ -9,7 +9,6 @@ PORTNAME= eco
PORTVERSION= 3.1.5
PORTREVISION= 1
CATEGORIES= science
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile
index c624fc5ddf5c..48f17187f379 100644
--- a/security/R-cran-ROAuth/Makefile
+++ b/security/R-cran-ROAuth/Makefile
@@ -9,7 +9,6 @@ PORTNAME= ROAuth
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= security
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile
index 82e38f094270..ece7ba214a92 100644
--- a/security/R-cran-digest/Makefile
+++ b/security/R-cran-digest/Makefile
@@ -9,7 +9,6 @@ PORTNAME= digest
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= security
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile
index f74ba4d9786a..7bd69836e433 100644
--- a/textproc/R-cran-XML/Makefile
+++ b/textproc/R-cran-XML/Makefile
@@ -9,7 +9,6 @@ PORTNAME= XML
DISTVERSION= 3.4-3
PORTREVISION= 1
CATEGORIES= textproc
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile
index 4bc3f61d3dc2..3eea87fca4fe 100644
--- a/textproc/R-cran-xtable/Makefile
+++ b/textproc/R-cran-xtable/Makefile
@@ -8,7 +8,6 @@
PORTNAME= xtable
DISTVERSION= 1.6-0
CATEGORIES= textproc
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile
index 37729c87ca1d..08fae09f83d2 100644
--- a/www/R-cran-Rpad/Makefile
+++ b/www/R-cran-Rpad/Makefile
@@ -9,7 +9,6 @@ PORTNAME= Rpad
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= www
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile
index 889185887912..9a5e586505d1 100644
--- a/www/R-cran-scrapeR/Makefile
+++ b/www/R-cran-scrapeR/Makefile
@@ -9,7 +9,6 @@ PORTNAME= scrapeR
PORTVERSION= 0.1.6
PORTREVISION= 1
CATEGORIES= www
-PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org