Date: Fri, 8 May 2015 05:23:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385729 - head/x11/x11perf Message-ID: <201505080523.t485NDj1025229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505080523.t485NDj1025229>