summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:16:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:16:59 +0000
commitb2da552140f2b861d379ce36ec5219d46d84fa6b (patch)
treecfd42dcdac6d1bbcfb459bbf269d99d3eb950469 /chinese
parentReduce over inclusion of bsd.port.mk (diff)
Reduce over inclusion of bsd.port.mk
Notes
Notes: svn path=/head/; revision=339852
Diffstat (limited to 'chinese')
-rw-r--r--chinese/hanzim/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/chinese/hanzim/Makefile b/chinese/hanzim/Makefile
index 1783e6d26e76..050e40380d1a 100644
--- a/chinese/hanzim/Makefile
+++ b/chinese/hanzim/Makefile
@@ -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>