- 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)
This commit is contained in:
Pav Lucistnik 2005-09-23 20:08:37 +00:00
parent 8875aae8f9
commit 5faaa0cc6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143460
2 changed files with 2 additions and 2 deletions

View File

@ -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 "

View File

@ -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 "