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 /databases | |
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 'databases')
-rw-r--r-- | databases/R-cran-DBI/Makefile | 1 | ||||
-rw-r--r-- | databases/R-cran-RMySQL/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
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 |