diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 06:38:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 06:38:25 +0000 |
commit | 4b76311e47e1adecba6872f7a7aa10018c721ac0 (patch) | |
tree | d536da151a65ba1a47f918e2b53c0faf4a491256 /biology/migrate | |
parent | 70e7c814fd6bfa0ea74bb27d547aaeff7bb838e8 (diff) | |
download | ports-4b76311e47e1adecba6872f7a7aa10018c721ac0.tar.gz ports-4b76311e47e1adecba6872f7a7aa10018c721ac0.zip |
Notes
Diffstat (limited to 'biology/migrate')
-rw-r--r-- | biology/migrate/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index 02de1a45d4c9..a2d2d78e74b2 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -17,6 +17,7 @@ COMMENT= A program to estimate population sizes and migration rates WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_REINPLACE= yes MAN1= migrate.1 MLINKS= migrate.1 migrate-n.1 @@ -26,6 +27,9 @@ EXAMPLES= README infile.benchmark infile.ep infile.msat infile.seq \ parmfile parmfile.benchmark parmfile.ep parmfile.msat \ parmfile.seq +post-patch: + @${REINPLACE_CMD} 's,-falign-loops=16,,g' ${WRKSRC}/configure + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/migrate-n ${PREFIX}/bin @ cd ${PREFIX}/bin && ${LN} -s migrate-n migrate |