svn commit: r339873 - head/deskutils/global-menu

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:52:26 UTC 2014


Author: bapt
Date: Wed Jan 15 23:52:25 2014
New Revision: 339873
URL: http://svnweb.freebsd.org/changeset/ports/339873
QAT: https://qat.redports.org/buildarchive/r339873/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/deskutils/global-menu/Makefile

Modified: head/deskutils/global-menu/Makefile
==============================================================================
--- head/deskutils/global-menu/Makefile	Wed Jan 15 23:51:19 2014	(r339872)
+++ head/deskutils/global-menu/Makefile	Wed Jan 15 23:52:25 2014	(r339873)
@@ -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>


More information about the svn-ports-all mailing list