aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware2/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-24 15:01:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-24 15:01:44 +0000
commit43d55cefa05b75a0f5508de039c1930cc30b5e83 (patch)
treebaaca931a37ef36f539b71cebaccfa8cc2221009 /emulators/vmware2/Makefile
parentf5e6c15f383ec0bf345d73995cb9f1444d7a4ebf (diff)
downloadports-43d55cefa05b75a0f5508de039c1930cc30b5e83.tar.gz
ports-43d55cefa05b75a0f5508de039c1930cc30b5e83.zip
Notes
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r--emulators/vmware2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile
index e94f0f73e045..0362e957a8d8 100644
--- a/emulators/vmware2/Makefile
+++ b/emulators/vmware2/Makefile
@@ -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