svn commit: r391997 - head/x11/gnome3

Koop Mast kwm at FreeBSD.org
Tue Jul 14 13:35:50 UTC 2015


Author: kwm
Date: Tue Jul 14 13:35:49 2015
New Revision: 391997
URL: https://svnweb.freebsd.org/changeset/ports/391997

Log:
  Convert to USES=metaport.
  
  PR:		201497
  Submitted by:	Andriy Voskoboinyk <s3erios at gmail.com>

Modified:
  head/x11/gnome3/Makefile

Modified: head/x11/gnome3/Makefile
==============================================================================
--- head/x11/gnome3/Makefile	Tue Jul 14 13:30:18 2015	(r391996)
+++ head/x11/gnome3/Makefile	Tue Jul 14 13:35:49 2015	(r391997)
@@ -5,9 +5,6 @@
 PORTNAME=	gnome3
 PORTVERSION=	3.14.2
 CATEGORIES?=	x11 gnome
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT?=	The "meta-port" for the GNOME 3 integrated X11 desktop
@@ -40,8 +37,7 @@ RUN_DEPENDS?=	dconf-editor:${PORTSDIR}/d
 		${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \
 		ekiga:${PORTSDIR}/net-im/ekiga
 
-NO_BUILD=	yes
-NO_MTREE=	yes
+USES=		metaport
 
 .if ${.CURDIR:T}!="gnome3-lite"
 OPTIONS_DEFINE+=MAPI
@@ -81,6 +77,4 @@ RUN_DEPENDS+=	evolution-mapi>=3.0.0:${PO
 .endif
 .endif # !gnome3-lite section
 
-do-install:	# empty
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list