mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix for the _very latest_ -CURRENT: KMODDEPS -> MODULE_DEPEND().
PR: ports/18799 Submitted by: Vladimir B. Grebenschikov <vova@express.ru> Fix by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Advice by: peter Tested by: people at freebsd-emulation list
This commit is contained in:
parent
3e07655d10
commit
6ffb1e67a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28764
@ -62,6 +62,7 @@ MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
|
||||
setoptions:
|
||||
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
|
||||
|
@ -62,6 +62,7 @@ MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
|
||||
setoptions:
|
||||
${SED} -e 's;@@PREFIX@@;${PREFIX};' \
|
||||
|
Loading…
Reference in New Issue
Block a user