svn commit: r382494 - head/x11/xorg-apps

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 14:51:40 UTC 2015


Author: bapt
Date: Sat Mar 28 14:51:39 2015
New Revision: 382494
URL: https://svnweb.freebsd.org/changeset/ports/382494
QAT: https://qat.redports.org/buildarchive/r382494/

Log:
  Convert to USES=metaport

Modified:
  head/x11/xorg-apps/Makefile

Modified: head/x11/xorg-apps/Makefile
==============================================================================
--- head/x11/xorg-apps/Makefile	Sat Mar 28 14:50:41 2015	(r382493)
+++ head/x11/xorg-apps/Makefile	Sat Mar 28 14:51:39 2015	(r382494)
@@ -4,9 +4,6 @@ PORTNAME=	xorg-apps
 PORTVERSION=	7.7
 PORTREVISION=	2
 CATEGORIES=	x11
-MASTER_SITES=	# none
-DISTFILES=	# none
-EXTRACT_ONLY=	# none
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.org apps meta-port
@@ -24,9 +21,7 @@ COMPONENTS=	appres bitmap xf86dga:dga ic
 # These three are added for convenience purposes only.
 COMPONENTS+=	x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
+USES=	metaport
 
 .for comp in ${COMPONENTS}
 OPTIONS_DEFINE+=	${comp:C/:.*//:C/.*\///:tu}


More information about the svn-ports-head mailing list