diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /misc/posixtestsuite | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) | |
download | ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip |
Notes
Diffstat (limited to 'misc/posixtestsuite')
-rw-r--r-- | misc/posixtestsuite/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index 61758f23a122..5728748b48ff 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -25,11 +25,7 @@ USE_GMAKE= YES .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -REGR_LOG= log.run-4stable -.else REGR_LOG= log.run-5current -.endif RUN_RESULT= ${WRKSRC}/run.result LOCAL_REGR_LOG= ${WRKSRC}/regression.result |