Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 14:41:00 +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: r382488 - head/x11-drivers/xorg-drivers
Message-ID:  <201503281441.t2SEf04H071564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 28 14:40:59 2015
New Revision: 382488
URL: https://svnweb.freebsd.org/changeset/ports/382488
QAT: https://qat.redports.org/buildarchive/r382488/

Log:
  Convert into a real meta port

Deleted:
  head/x11-drivers/xorg-drivers/pkg-plist
Modified:
  head/x11-drivers/xorg-drivers/Makefile

Modified: head/x11-drivers/xorg-drivers/Makefile
==============================================================================
--- head/x11-drivers/xorg-drivers/Makefile	Sat Mar 28 14:39:25 2015	(r382487)
+++ head/x11-drivers/xorg-drivers/Makefile	Sat Mar 28 14:40:59 2015	(r382488)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xorg-drivers
 PORTVERSION=	7.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -15,6 +15,8 @@ VIDEODIR=	${PREFIX}/lib/xorg/modules/dri
 INPUTDIR=	${PREFIX}/lib/xorg/modules/input
 
 NO_BUILD=	yes
+NO_INSTALL=	yes
+NO_MTREE=	yes
 
 INPUT_DRIVERS=		mouse \
 			keyboard \
@@ -114,8 +116,4 @@ RUN_DEPENDS+=	${${type:tu}DIR}/${i}_drv.
 . endfor
 .endfor
 
-do-install:
-		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
-		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/drivers
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281441.t2SEf04H071564>