summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-23 20:08:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-23 20:08:37 +0000
commit5faaa0cc6fd5a34938b03776e2ab5f9b8be91b76 (patch)
tree460d8fdf3761dcb07688187af817d437017f3f6c /emulators
parentForgot comma. (diff)
- 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)
Notes
Notes: svn path=/head/; revision=143460
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 895cd7595003..3aed363bb8cf 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/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 "
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 "