svn commit: r335353 - head/x11/lxmenu-data

Rusmir Dusko nemysis at FreeBSD.org
Sat Nov 30 23:21:39 UTC 2013


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 at gmx.ch
+MAINTAINER=	nemysis at 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>


More information about the svn-ports-all mailing list