diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:16:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:16:59 +0800 |
commit | f46dc424600e1789df2b2c9b2951c58e5daba3d7 (patch) | |
tree | cfd42dcdac6d1bbcfb459bbf269d99d3eb950469 /chinese | |
parent | 24e1fd61243f1fcb6a641053469f360b9dbbeead (diff) | |
download | freebsd-ports-graphics-f46dc424600e1789df2b2c9b2951c58e5daba3d7.tar.gz freebsd-ports-graphics-f46dc424600e1789df2b2c9b2951c58e5daba3d7.tar.zst freebsd-ports-graphics-f46dc424600e1789df2b2c9b2951c58e5daba3d7.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'chinese')
-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 1783e6d26e7..050e40380d1 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> |