1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add NO_ARCH

- Cleanup Makefile
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-29 13:50:51 +00:00
parent 674fb9faa6
commit 81a4d583b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390905

View File

@ -11,14 +11,13 @@ COMMENT= Open POSIX Test Suite
WRKSRC= ${WRKDIR}/posixtestsuite
NO_BUILD= YES
NO_INSTALL= YES
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
NO_PACKAGE= "Nothing to package"
USES= gmake
.include <bsd.port.pre.mk>
REGR_LOG= log.run-5current
RUN_RESULT= ${WRKSRC}/run.result
@ -31,9 +30,9 @@ THEPIPE= | tee 2>&1
.endif
.if defined(WITH_THRLIB)
THRLIB= ${WITH_THRLIB}
THRLIB= ${WITH_THRLIB}
.else
THRLIB= -lpthread
THRLIB= -lpthread
.endif
pre-everything::
@ -89,4 +88,4 @@ regression: run
@[ -z ${LOCAL_REGR_LOG} ] || ( ${ECHO} "No regression detected"; exit 0 )
@${ECHO} "Regression log stored at ${LOCAL_REGR_LOG}"
.include <bsd.port.post.mk>
.include <bsd.port.mk>