svn commit: r488558 - head/biology/iqtree

Joseph Mingrone jrm at FreeBSD.org
Thu Dec 27 18:34:45 UTC 2018


Author: jrm
Date: Thu Dec 27 18:34:44 2018
New Revision: 488558
URL: https://svnweb.freebsd.org/changeset/ports/488558

Log:
  biology/iqtree: switch to outsource cmake build

Modified:
  head/biology/iqtree/Makefile   (contents, props changed)

Modified: head/biology/iqtree/Makefile
==============================================================================
--- head/biology/iqtree/Makefile	Thu Dec 27 17:22:19 2018	(r488557)
+++ head/biology/iqtree/Makefile	Thu Dec 27 18:34:44 2018	(r488558)
@@ -17,7 +17,7 @@ BROKEN_armv6=		fails to compile: unrecognized command 
 BROKEN_armv7=		fails to compile: unrecognized command line options '-m32' and '-msse3'
 BROKEN_powerpc64=	fails to build: GCC version must be at least 4.8!
 
-USES=		cmake:insource compiler:openmp eigen:3
+USES=		cmake compiler:openmp eigen:3
 USE_GITHUB=	yes
 GH_ACCOUNT=	Cibiv
 GH_PROJECT=	IQ-TREE
@@ -28,7 +28,7 @@ PORTEXAMPLES=	example.cf example.nex example.phy model
 OPTIONS_DEFINE=	EXAMPLES
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/iqtree ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iqtree ${STAGEDIR}${PREFIX}/bin
 
 do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-all mailing list