diff options
author | tota <tota@FreeBSD.org> | 2011-11-16 04:09:02 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-11-16 04:09:02 +0800 |
commit | d531a959c9d5001ecc481ca55fd0f7ba0f0e667c (patch) | |
tree | def022518d241caaf811ef5754e3851ef9027572 /math | |
parent | 925de8e0529495462a158e149546d81f837a8a80 (diff) | |
download | freebsd-ports-gnome-d531a959c9d5001ecc481ca55fd0f7ba0f0e667c.tar.gz freebsd-ports-gnome-d531a959c9d5001ecc481ca55fd0f7ba0f0e667c.tar.zst freebsd-ports-gnome-d531a959c9d5001ecc481ca55fd0f7ba0f0e667c.zip |
- Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
to Mk/bsd.cran.mk
PR: ports/162238
Submitted by: tota (myself)
Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports),
David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com>
(maintainer of math/R-cran-RSvgDevice and math/R-cran-car),
Dan Rue <drue_AT_therub_DOT_org>
(maintainer of math/R-cran-psych, timeout > 2 weeks)
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-RSvgDevice/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-Zelig/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-car/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-coda/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-deldir/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-gpclib/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-inline/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-mvtnorm/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-psych/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-sandwich/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-sm/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-sp/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-spdep/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-xts/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-zoo/Makefile | 1 |
16 files changed, 0 insertions, 16 deletions
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 |