1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Mark as broken on sparc64: leaves files behind on deinstall.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-17 01:33:21 +00:00
parent 8c25588f4e
commit f10568f088
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239693

View File

@ -42,4 +42,10 @@ post-install:
${LOCALBASE}/libdata/bonobo/servers
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Leaves files behind on deinstall on sparc64
.endif
.include <bsd.port.post.mk>