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