most recent changes, diff for aquaterm

Index: aqua/aquaterm/Portfile
--- aqua/aquaterm/Portfile (revision 30445)
+++ aqua/aquaterm/Portfile (revision 30446)
@@ -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}