Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 23:21:39 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335353 - head/x11/lxmenu-data
Message-ID:  <201311302321.rAUNLdK0060732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Sat Nov 30 23:21:39 2013
New Revision: 335353
URL: http://svnweb.freebsd.org/changeset/ports/335353

Log:
  - Change maintainer email to @FreeBSD.org
  - USES gmake instead of USE_GMAKE
  - Support STAGEDIR
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/x11/lxmenu-data/Makefile

Modified: head/x11/lxmenu-data/Makefile
==============================================================================
--- head/x11/lxmenu-data/Makefile	Sat Nov 30 23:13:47 2013	(r335352)
+++ head/x11/lxmenu-data/Makefile	Sat Nov 30 23:21:39 2013	(r335353)
@@ -6,18 +6,17 @@ PORTVERSION=	0.1.2
 CATEGORIES=	x11
 MASTER_SITES=	SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}/
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Menu data used by lxpanel
 
 LICENSE=	GPLv2
 
-USES=		gettext
+USES=		gmake gettext
 USE_XORG=	x11 xmu
 USE_GNOME=	intltool
 USE_AUTOTOOLS=	automake:env
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc
-USE_GMAKE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -26,13 +25,8 @@ PORTDOCS=	AUTHORS README TODO
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>



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