svn commit: r377261 - head/x11/xorg-libraries

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 17 21:47:57 UTC 2015


Author: bapt
Date: Sat Jan 17 21:47:56 2015
New Revision: 377261
URL: https://svnweb.freebsd.org/changeset/ports/377261
QAT: https://qat.redports.org/buildarchive/r377261/

Log:
  This is also a meta ports, make it such

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

Modified: head/x11/xorg-libraries/Makefile
==============================================================================
--- head/x11/xorg-libraries/Makefile	Sat Jan 17 21:45:38 2015	(r377260)
+++ head/x11/xorg-libraries/Makefile	Sat Jan 17 21:47:56 2015	(r377261)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xorg-libraries
 PORTVERSION=	7.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -13,6 +13,8 @@ MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.org libraries meta-port
 
 NO_BUILD=	yes
+NO_INSTALL=	yes
+NO_MTREE=	yes
 
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx \
 		${LOCALBASE}/libdata/pkgconfig/fontenc.pc:${PORTSDIR}/x11-fonts/libfontenc \
@@ -56,8 +58,4 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 		${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:${PORTSDIR}/x11/libXxf86misc \
 		${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm
 
-do-install:
-		${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
-		${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/libraries
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list