svn commit: r407293 - head/emulators/qemu

Sean Bruno sbruno at FreeBSD.org
Tue Jan 26 19:23:13 UTC 2016


Author: sbruno
Date: Tue Jan 26 19:23:11 2016
New Revision: 407293
URL: https://svnweb.freebsd.org/changeset/ports/407293

Log:
  Typo in CONFLICTS noted by brooks.
  
  Submitted by:	brooks

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Tue Jan 26 19:20:50 2016	(r407292)
+++ head/emulators/qemu/Makefile	Tue Jan 26 19:23:11 2016	(r407293)
@@ -67,7 +67,7 @@ DOCS_USES=		makeinfo
 DOCS_MAKE_ARGS_OFF=	NOPORTDOCS=1
 
 .if !defined(QEMU_USER_STATIC)
-CONFLICTS_INSTALL=	qemu--devel-[0-9]* qemu-sbruno-[0-9]*
+CONFLICTS_INSTALL=	qemu-devel-[0-9]* qemu-sbruno-[0-9]*
 .endif
 
 PORTDOCS=	docs qemu-doc.html qemu-tech.html qmp-commands.txt


More information about the svn-ports-head mailing list