diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-12-27 18:34:44 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-12-27 18:34:44 +0000 |
commit | 8e9f700daa0ef00ac5feaef07c40954b89377874 (patch) | |
tree | 2d0bba93dc2df9101c25fdc7dd23ae0b608e81b4 /biology | |
parent | 9f35a2ee7afbeee016b9856c8f64df235c2405ef (diff) | |
download | ports-8e9f700daa0ef00ac5feaef07c40954b89377874.tar.gz ports-8e9f700daa0ef00ac5feaef07c40954b89377874.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/iqtree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/iqtree/Makefile b/biology/iqtree/Makefile index 0484256c307a..18ff7da4e2bb 100644 --- a/biology/iqtree/Makefile +++ b/biology/iqtree/Makefile @@ -17,7 +17,7 @@ BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '- 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 models.nex 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} |