diff options
author | pav <pav@FreeBSD.org> | 2005-09-24 04:08:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-24 04:08:37 +0800 |
commit | 2d791507bd57ae3be47fd8ced6ff3f0d21590ef6 (patch) | |
tree | 9dcaeebe35219f16422d4ffc55ecaa4f39ba4b46 /emulators/qemu | |
parent | 6c00c41b62b9f2b30cb87e12fc9a2bce94fe50df (diff) | |
download | freebsd-ports-gnome-2d791507bd57ae3be47fd8ced6ff3f0d21590ef6.tar.gz freebsd-ports-gnome-2d791507bd57ae3be47fd8ced6ff3f0d21590ef6.tar.zst freebsd-ports-gnome-2d791507bd57ae3be47fd8ced6ff3f0d21590ef6.zip |
- Fix plist in WITH_KQEMU case
PR: ports/86379
Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de>
Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
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 895cd7595003..3aed363bb8cf 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -43,7 +43,7 @@ ONLY_FOR_ARCHS= amd64 i386 NO_PACKAGE= Depends on kernel, and module not redistributable CONFIGURE_ARGS+= --enable-kqemu PLIST_SUB= WITH_KQEMU="" -PLIST_SUB+= KMODDIR=${KMODDIR} +PLIST_SUB+= KMODDIR=${KMODDIR:C/^\///} .else CONFIGURE_ARGS+= --disable-kqemu PLIST_SUB= WITH_KQEMU="@comment " |