diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:16:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:16:59 +0000 |
commit | b2da552140f2b861d379ce36ec5219d46d84fa6b (patch) | |
tree | cfd42dcdac6d1bbcfb459bbf269d99d3eb950469 | |
parent | c332985543b1691465be113d1961d2584a76c670 (diff) |
Reduce over inclusion of bsd.port.mk
Notes
Notes:
svn path=/head/; revision=339852
-rw-r--r-- | chinese/hanzim/Makefile | 9 |
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> |