svn commit: r339843 - head/biology/fasta

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:50:19 UTC 2014


Author: bapt
Date: Wed Jan 15 22:50:18 2014
New Revision: 339843
URL: http://svnweb.freebsd.org/changeset/ports/339843
QAT: https://qat.redports.org/buildarchive/r339843/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/biology/fasta/Makefile

Modified: head/biology/fasta/Makefile
==============================================================================
--- head/biology/fasta/Makefile	Wed Jan 15 22:48:32 2014	(r339842)
+++ head/biology/fasta/Makefile	Wed Jan 15 22:50:18 2014	(r339843)
@@ -33,6 +33,8 @@ do-extract:
 	  cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${f} | ${SH} >/dev/null); \
 	done
 
+BROKEN_powerpc=	Does not build: runs out of space on powerpc
+
 .include <bsd.port.options.mk>
 
 post-install:
@@ -46,10 +48,4 @@ post-install:
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-IGNORE=		does not build: runs out of space on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list