Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 12:44:25 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346500 - head/x11/gnome-menus
Message-ID:  <201402281244.s1SCiP65079539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 28 12:44:24 2014
New Revision: 346500
URL: http://svnweb.freebsd.org/changeset/ports/346500
QAT: https://qat.redports.org/buildarchive/r346500/

Log:
  - Stage support

Modified:
  head/x11/gnome-menus/Makefile

Modified: head/x11/gnome-menus/Makefile
==============================================================================
--- head/x11/gnome-menus/Makefile	Fri Feb 28 12:41:08 2014	(r346499)
+++ head/x11/gnome-menus/Makefile	Fri Feb 28 12:44:24 2014	(r346500)
@@ -15,16 +15,14 @@ COMMENT=	Implementation of the FreeDeskt
 BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack glib20 ltverhack
-USES=		pkgconfig gettext
+USE_GNOME=	gnomeprefix intlhack glib20 ltverhack introspection:build
+USES=		pkgconfig gettext gmake pathfix
 USE_AUTOTOOLS=	libtool
 USE_PYTHON=	2
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|applications.menu||' \
 		${WRKSRC}/layout/Makefile.in
@@ -42,8 +40,8 @@ post-patch:
 
 post-install:
 	@${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \
-		${PREFIX}/etc/xdg/menus/gnome-applications.menu
+		${STAGEDIR}${PREFIX}/etc/xdg/menus/gnome-applications.menu
 	@${INSTALL_DATA} ${WRKSRC}/KDE.directory \
-		${PREFIX}/share/desktop-directories
+		${STAGEDIR}${PREFIX}/share/desktop-directories
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281244.s1SCiP65079539>