diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 09:33:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 09:33:21 +0800 |
commit | 4120839f5d9cf516ccd116bbc88e8f16debbccc1 (patch) | |
tree | 66e12e6917277c5c4783487593146e42bd024754 /deskutils/global-menu | |
parent | f7b04aedba7bfc45c74d75b83f9a3cde922ff009 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |