svn commit: r390711 - head/biology/mafft

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 14:30:20 UTC 2015


Author: bapt
Date: Sat Jun 27 14:30:19 2015
New Revision: 390711
URL: https://svnweb.freebsd.org/changeset/ports/390711

Log:
  Use BROKEN helpers

Modified:
  head/biology/mafft/Makefile

Modified: head/biology/mafft/Makefile
==============================================================================
--- head/biology/mafft/Makefile	Sat Jun 27 14:29:25 2015	(r390710)
+++ head/biology/mafft/Makefile	Sat Jun 27 14:30:19 2015	(r390711)
@@ -33,11 +33,7 @@ LN_FILES=	einsi fftns fftnsi ginsi linsi
 		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>


More information about the svn-ports-head mailing list