Date: Sun, 12 Jul 2015 22:42:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391851 - head/x11/deforaos-desktop Message-ID: <201507122242.t6CMgUEj081508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507122242.t6CMgUEj081508>