diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-23 12:06:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-23 12:06:42 +0000 |
commit | ecf675d3011bd74db2741362eaa7b7b290666275 (patch) | |
tree | 264ce0dcf01222365c102ea3625dc2404640a687 /sysutils/coreutils/Makefile | |
parent | 2474d0e509b4756be6dc4630bcf90371fc622d91 (diff) | |
download | ports-ecf675d3011bd74db2741362eaa7b7b290666275.tar.gz ports-ecf675d3011bd74db2741362eaa7b7b290666275.zip |
Notes
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
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> |