svn commit: r391851 - head/x11/deforaos-desktop

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 12 22:42:30 UTC 2015


Author: bapt
Date: Sun Jul 12 22:42:29 2015
New Revision: 391851
URL: https://svnweb.freebsd.org/changeset/ports/391851

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

Modified:
  head/x11/deforaos-desktop/Makefile

Modified: head/x11/deforaos-desktop/Makefile
==============================================================================
--- head/x11/deforaos-desktop/Makefile	Sun Jul 12 22:34:00 2015	(r391850)
+++ head/x11/deforaos-desktop/Makefile	Sun Jul 12 22:42:29 2015	(r391851)
@@ -5,9 +5,6 @@ PORTNAME=	desktop
 PORTVERSION=	0.1
 PORTREVISION=	1
 CATEGORIES=	x11
-MASTER_SITES=	# none
-DISTFILES=	# none
-EXTRACT_ONLY=	# none
 PKGNAMEPREFIX=	deforaos-
 
 MAINTAINER=	olivier at cochard.me
@@ -26,10 +23,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/keyboard:$
 		${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \
 		${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone
 
-NO_BUILD=	yes
-NO_MTREE=	yes
-
-do-install:
+USES=		metaport
 
 pre-everything::
 	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."


More information about the svn-ports-all mailing list