diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 05:54:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 05:54:19 +0000 |
commit | 235edcc4081c06e63f7102bfec280b02b1088cfa (patch) | |
tree | 56a0a6b71e7d90aefd5b52e9f39cd332751f5b1f /devel/plan9port | |
parent | b77a2341a948af13535e730f2225f89b943ddb3d (diff) | |
download | ports-235edcc4081c06e63f7102bfec280b02b1088cfa.tar.gz ports-235edcc4081c06e63f7102bfec280b02b1088cfa.zip |
Notes
Diffstat (limited to 'devel/plan9port')
-rw-r--r-- | devel/plan9port/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile index 52e8a44eb54d..f5aeba032264 100644 --- a/devel/plan9port/Makefile +++ b/devel/plan9port/Makefile @@ -135,4 +135,10 @@ install-user: @${MKDIR} ${HOME}/lib ${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: cleanname not found +.endif + +.include <bsd.port.post.mk> |