diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-23 20:08:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-23 20:08:37 +0000 |
commit | 5faaa0cc6fd5a34938b03776e2ab5f9b8be91b76 (patch) | |
tree | 460d8fdf3761dcb07688187af817d437017f3f6c /emulators/qemu | |
parent | 8875aae8f90c5e63487f4efc4fbcc3a707113933 (diff) | |
download | ports-5faaa0cc6fd5a34938b03776e2ab5f9b8be91b76.tar.gz ports-5faaa0cc6fd5a34938b03776e2ab5f9b8be91b76.zip |
Notes
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 " |