diff options
author | knu <knu@FreeBSD.org> | 2000-08-24 15:01:44 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-24 15:01:44 +0000 |
commit | 6ed1fffa9cf6dc223698718b7544620c34300330 (patch) | |
tree | 2fd0f9ce2dec4ae243839d49f424326c320ba8d5 /emulators/vmware3 | |
parent | 5aa4cac60f3d2699b137e74b58902ca7333c2222 (diff) | |
download | FreeBSD-ports-6ed1fffa9cf6dc223698718b7544620c34300330.zip FreeBSD-ports-6ed1fffa9cf6dc223698718b7544620c34300330.tar.gz |
Do in Makefile as make groks, not as Ruby groks. (make groks it though)
.if exists?(..) -> .if exists(..)
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index e94f0f7..0362e95 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/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 |