aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 07:52:25 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 07:52:25 +0800
commit237a57963a2ceba0dfce47e3b0902af0ad04236e (patch)
tree05786ba53b18146c9d4549bbc46a01f60a6ce51e /deskutils
parent16adc7b3e3a69d43331e7202805e6a3fc5a8ec8a (diff)
downloadfreebsd-ports-graphics-237a57963a2ceba0dfce47e3b0902af0ad04236e.tar.gz
freebsd-ports-graphics-237a57963a2ceba0dfce47e3b0902af0ad04236e.tar.zst
freebsd-ports-graphics-237a57963a2ceba0dfce47e3b0902af0ad04236e.zip
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/global-menu/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile
index dd4a9d958d8..caa547de6a2 100644
--- a/deskutils/global-menu/Makefile
+++ b/deskutils/global-menu/Makefile
@@ -27,6 +27,9 @@ OPTIONS_DEFINE= XFCE4_PANEL NLS
XFCE4_PANEL_DESC= Xfce panel applet
NO_STAGE= yes
+
+BROKEN_sparc64= Leaves files behind on deinstall on sparc64
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXFCE4_PANEL}
@@ -55,10 +58,4 @@ post-install:
${LOCALBASE}/libdata/bonobo/servers
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Leaves files behind on deinstall on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>