mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Do in Makefile as make groks, not as Ruby groks. (make groks it though)
.if exists?(..) -> .if exists(..)
This commit is contained in:
parent
f5e6c15f38
commit
43d55cefa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31926
@ -69,7 +69,7 @@ post-patch:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
.if exists?(/sys/compat/linux/linux_ioctl.h)
|
||||
.if exists(/sys/compat/linux/linux_ioctl.h)
|
||||
${PERL} -i -pe 's,i386(/linux/linux_ioctl\.h),compat$$1,' \
|
||||
${WRKSRC}/vmnet-only/freebsd/vmnet_linux.c
|
||||
.endif
|
||||
|
@ -69,7 +69,7 @@ post-patch:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
|
||||
${RM} -rf ${WRKSRC}/vmmon-only/linux/
|
||||
.if exists?(/sys/compat/linux/linux_ioctl.h)
|
||||
.if exists(/sys/compat/linux/linux_ioctl.h)
|
||||
${PERL} -i -pe 's,i386(/linux/linux_ioctl\.h),compat$$1,' \
|
||||
${WRKSRC}/vmnet-only/freebsd/vmnet_linux.c
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user