svn commit: r339852 - head/chinese/hanzim

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:16:59 UTC 2014


Author: bapt
Date: Wed Jan 15 23:16:59 2014
New Revision: 339852
URL: http://svnweb.freebsd.org/changeset/ports/339852
QAT: https://qat.redports.org/buildarchive/r339852/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/chinese/hanzim/Makefile

Modified: head/chinese/hanzim/Makefile
==============================================================================
--- head/chinese/hanzim/Makefile	Wed Jan 15 23:15:25 2014	(r339851)
+++ head/chinese/hanzim/Makefile	Wed Jan 15 23:16:59 2014	(r339852)
@@ -24,6 +24,7 @@ ALL_TARGET=	${PORTNAME}
 MAN1=		hanzim.1
 
 NO_STAGE=	yes
+BROKEN_powepc=	Does not install on powerpc: signal 11
 
 .include <bsd.port.options.mk>
 
@@ -41,10 +42,4 @@ do-install:
 .endif
 	${PREFIX}/bin/hanzim -port-install
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not install on powerpc: signal 11
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list