summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:30:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:30:19 +0000
commit16cbf75f614746df01866a0a8f2d225457bf0e10 (patch)
tree72e3d5e19e0c32162461e0072d844cf71dff828f /biology
parentUse BROKEN helpers (diff)
Use BROKEN helpers
Notes
Notes: svn path=/head/; revision=390711
Diffstat (limited to 'biology')
-rw-r--r--biology/mafft/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/mafft/Makefile b/biology/mafft/Makefile
index 6bd72075d8e8..3663a0d374fc 100644
--- a/biology/mafft/Makefile
+++ b/biology/mafft/Makefile
@@ -33,11 +33,7 @@ LN_FILES= einsi fftns fftnsi ginsi linsi mafft-einsi mafft-fftns \
mafft-qinsi mafft-xinsi nwns nwnsi
MAN1_FILES= mafft.1 mafft-homologs.1
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64: depends on thread-local storage
-.endif
+BROKEN_sparc64= Does not install on sparc64: depends on thread-local storage
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX = .*$$||' \
@@ -71,4 +67,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/license ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>