diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-01-26 19:23:11 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-01-26 19:23:11 +0000 |
commit | c9970520c6e368c0568ada47df5f3ecf9e2a4b7f (patch) | |
tree | fd8c0cf0bd65f2971718cf6a8cce6dff35ef32c7 /emulators/qemu | |
parent | 631f38e8c629a41065527ca3fdf556607221e260 (diff) |
Typo in CONFLICTS noted by brooks.
Submitted by: brooks
Notes
Notes:
svn path=/head/; revision=407293
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 1c4dd6baa684..09ca78ad5240 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -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 |