diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-02 06:24:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-02 06:24:44 +0000 |
commit | f68940248d50b6004ac60a56c70cb4862e855055 (patch) | |
tree | 8f7bd59a2d2fc5a5ef395473a202997bdfa2b089 /news/cnews/Makefile | |
parent | - Update to v0.39 (diff) |
- disable regression test on pointyhat
the test sends 2 mails, pointyhat consider this fatal:
Fatal error: filesystem was touched prior to 'make install' phase
http://pointyhat.freebsd.org/errorlogs/i386-5-latest/cnews-cr.g_9.log
Notes
Notes:
svn path=/head/; revision=166746
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 4181ff65e416..c19e70230def 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -138,6 +138,4 @@ test: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r) -regression-test: test - .include <bsd.port.post.mk> |