svn commit: r390905 - head/misc/posixtestsuite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 29 13:50:52 UTC 2015


Author: sunpoet
Date: Mon Jun 29 13:50:51 2015
New Revision: 390905
URL: https://svnweb.freebsd.org/changeset/ports/390905

Log:
  - Add NO_ARCH
  - Cleanup Makefile

Modified:
  head/misc/posixtestsuite/Makefile

Modified: head/misc/posixtestsuite/Makefile
==============================================================================
--- head/misc/posixtestsuite/Makefile	Mon Jun 29 13:50:47 2015	(r390904)
+++ head/misc/posixtestsuite/Makefile	Mon Jun 29 13:50:51 2015	(r390905)
@@ -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>


More information about the svn-ports-all mailing list