svn commit: r385729 - head/x11/x11perf

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 05:23:13 UTC 2015


Author: amdmi3
Date: Fri May  8 05:23:12 2015
New Revision: 385729
URL: https://svnweb.freebsd.org/changeset/ports/385729

Log:
  - Add LICENSE_FILE
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11/x11perf/Makefile

Modified: head/x11/x11perf/Makefile
==============================================================================
--- head/x11/x11perf/Makefile	Fri May  8 05:21:39 2015	(r385728)
+++ head/x11/x11perf/Makefile	Fri May  8 05:23:12 2015	(r385729)
@@ -8,8 +8,11 @@ MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X11 server performance test program
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 XORG_CAT=	app
 USE_XORG=	x11 xmuu xrender xft xext
+USES=		cpe
+CPE_VENDOR=	xfree86
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list