diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 09:41:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 09:41:12 +0800 |
commit | cbec2c7e58fd95287fd87a24c8e5af086778d3fa (patch) | |
tree | 9fa37d95ee81ff5acdf2d7229365e20c49a8b630 /math | |
parent | e3d5302337b316dfe476b041faae1939d9f2c394 (diff) | |
download | freebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.tar.gz freebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.tar.zst freebsd-ports-gnome-cbec2c7e58fd95287fd87a24c8e5af086778d3fa.zip |
BROKEN on 5.x: broken pkg-plist
Diffstat (limited to 'math')
-rw-r--r-- | math/R-letter/Makefile | 8 | ||||
-rw-r--r-- | math/R-project/Makefile | 8 | ||||
-rw-r--r-- | math/R/Makefile | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index f7e9d60d0676..836b3adf9c01 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/Makefile @@ -66,9 +66,15 @@ PAPERSIZE?= letter MAN1= R.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + test check: build @(cd ${WRKSRC}; ${MAKE} check) check-all: build @(cd ${WRKSRC}; ${MAKE} check-all) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/R-project/Makefile b/math/R-project/Makefile index f7e9d60d0676..836b3adf9c01 100644 --- a/math/R-project/Makefile +++ b/math/R-project/Makefile @@ -66,9 +66,15 @@ PAPERSIZE?= letter MAN1= R.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + test check: build @(cd ${WRKSRC}; ${MAKE} check) check-all: build @(cd ${WRKSRC}; ${MAKE} check-all) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/R/Makefile b/math/R/Makefile index f7e9d60d0676..836b3adf9c01 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -66,9 +66,15 @@ PAPERSIZE?= letter MAN1= R.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + test check: build @(cd ${WRKSRC}; ${MAKE} check) check-all: build @(cd ${WRKSRC}; ${MAKE} check-all) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |