aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/global-menu
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-08-17 09:33:21 +0800
committerlinimon <linimon@FreeBSD.org>2009-08-17 09:33:21 +0800
commit4120839f5d9cf516ccd116bbc88e8f16debbccc1 (patch)
tree66e12e6917277c5c4783487593146e42bd024754 /deskutils/global-menu
parentf7b04aedba7bfc45c74d75b83f9a3cde922ff009 (diff)
downloadfreebsd-ports-gnome-4120839f5d9cf516ccd116bbc88e8f16debbccc1.tar.gz
freebsd-ports-gnome-4120839f5d9cf516ccd116bbc88e8f16debbccc1.tar.zst
freebsd-ports-gnome-4120839f5d9cf516ccd116bbc88e8f16debbccc1.zip
Mark as broken on sparc64: leaves files behind on deinstall.
Hat: portmgr
Diffstat (limited to 'deskutils/global-menu')
-rw-r--r--deskutils/global-menu/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile
index f9942a32e2c4..e0341daab1e8 100644
--- a/deskutils/global-menu/Makefile
+++ b/deskutils/global-menu/Makefile
@@ -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>