Index: Portfile
===================================================================
--- Portfile	(revision 30262)
+++ Portfile	(working copy)
@@ -54,20 +54,20 @@
 		${workpath}/adapters/pgplot/ReadMe
 }
 
-set xcodebuilddir		build
-
+set xcodebuilddir build/Deployment
 platform darwin 7 {
 	 post-extract {
 	 	      cd ${workpath}/${name}
 	 	      file link -symbolic AquaTermFwk-Info.plist AquaTerm.framework-Info.plist
 	}
+	set xcodebuilddir build
 }
 
 platform darwin 8 {
-if {$xcodeversion == "2.1"} {
-	set xcodebuilddir	build/Deployment
+	if {$xcodeversion != "2.1"} {
+	    set xcodebuilddir build
+	}
 }
-}
 
 build.type		pbx
 build.dir		${workpath}/${name}

