diff options
author | tota <tota@FreeBSD.org> | 2010-09-26 15:59:14 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-09-26 15:59:14 +0800 |
commit | 40c5150ffac95b1187dde0d6ec1b27d297946cd5 (patch) | |
tree | 1e165eed796b52c4acb42c61f9e4e090de2b88cc /math/R-cran-gpclib | |
parent | 7ee4abcd7d8761a3de9dd467b2add808daf099c5 (diff) | |
download | freebsd-ports-graphics-40c5150ffac95b1187dde0d6ec1b27d297946cd5.tar.gz freebsd-ports-graphics-40c5150ffac95b1187dde0d6ec1b27d297946cd5.tar.zst freebsd-ports-graphics-40c5150ffac95b1187dde0d6ec1b27d297946cd5.zip |
- Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk
- Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving
Approved by: wen (via e-mail)
Diffstat (limited to 'math/R-cran-gpclib')
-rw-r--r-- | math/R-cran-gpclib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile index 40330499e9c..3ea84aa366b 100644 --- a/math/R-cran-gpclib/Makefile +++ b/math/R-cran-gpclib/Makefile @@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME}_1.5-1 MAINTAINER= wen@FreeBSD.org COMMENT= General Polygon Clipping Library for R -R_MOD= yes +USE_R_MOD= yes R_MOD_AUTOPLIST= yes -.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" .include <bsd.port.mk> |