From d4c93e10735286919a7578109a95b30b95206fa1 Mon Sep 17 00:00:00 2001 From: matusita Date: Sun, 30 Mar 2008 02:15:49 +0000 Subject: Ouch, referencing ${ARCH} is too early. Submitted by: Larry Rosenman, ler at lerctr dot organization-tld. --- emulators/vmware-guestd6/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 39cf7e4763a8..dda8bcd24dcd 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -28,6 +28,15 @@ ONLY_FOR_ARCHS= i386 amd64 .if !defined(BATCH) IS_INTERACTIVE= yes .endif + +RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} + +VMWARE_VER= 6.0.3 +BUILD_VER= 80004 + +.include + .if defined(VMWARE_X_PORTS) USE_X_PREFIX= yes NO_BUILD= yes @@ -48,15 +57,6 @@ PLIST_SUB+= INSTALLXGTKTOOL="@comment " .else USE_RC_SUBR= vmware-guestd.sh .endif - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 6.0.3 -BUILD_VER= 80004 - -.include - .if ${OSVERSION} >= 700000 LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x .endif -- cgit