summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:41:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:41:12 +0000
commit5155c246bd427c54c751e13978d954af95437afa (patch)
treeec4cdab34fb371d19352edd4860c5e5030665eb5 /math
parentBump PORTREVISION by previous commit. (diff)
BROKEN on 5.x: broken pkg-plist
Notes
Notes: svn path=/head/; revision=100434
Diffstat (limited to 'math')
-rw-r--r--math/R-letter/Makefile8
-rw-r--r--math/R-project/Makefile8
-rw-r--r--math/R/Makefile8
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>