1
0
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:
Akinori MUSHA 2000-08-24 15:01:44 +00:00
parent f5e6c15f38
commit 43d55cefa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31926
2 changed files with 2 additions and 2 deletions

View File

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

View File

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