summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-08-23 12:06:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-08-23 12:06:42 +0000
commitecf675d3011bd74db2741362eaa7b7b290666275 (patch)
tree264ce0dcf01222365c102ea3625dc2404640a687 /sysutils/coreutils
parent- Remove devel/freeride. Dependency is gone. (diff)
- Disable tests for now, they hang on pointyhat
Reported by: pointyhat Ok'ed by: wxs
Notes
Notes: svn path=/head/; revision=259836
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index 771377cfa982..49008cdd5f61 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -78,7 +78,7 @@ post-patch:
post-build:
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
-regression-test: build
- (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check)
+#regression-test: build
+# (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check)
.include <bsd.port.post.mk>