Date: Thu, 11 May 2000 08:32:56 -0400
Message-ID: <391AA878.85070EA6@whetstonelogic.com>
> This patch builds it correctly, but you have to:
> rm -rf /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/linux
>
> The post-extract command ran but didn't delete it for me.
Oh, I did a mistake...
Not in post-extract, it is in post-patch.
Please use the following patches.
----
Kentaro Inagaki
--- vmware2/Makefile.orig Thu May 11 23:35:06 2000
+++ vmware2/Makefile Thu May 11 23:08:02 2000
@@ -59,11 +59,10 @@
VMNET_NETMASK="${VMNET_NETMASK}"
MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules"
-post-extract:
- ${RM} -rf ${WRKSRC}/vmmon-only/linux
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile
+ ${RM} -rf ${WRKSRC}/vmmon-only/linux/
setoptions:
${SED} -e 's;@@PREFIX@@;${PREFIX};' \