[GRASS-SVN] r39074 - grass/branches/develbranch_6/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 7 13:39:54 EDT 2009


Author: kyngchaos
Date: 2009-09-07 13:39:54 -0400 (Mon, 07 Sep 2009)
New Revision: 39074

Modified:
   grass/branches/develbranch_6/macosx/Makefile
Log:
fix packagemaker test for newer systems (from trunk)

Modified: grass/branches/develbranch_6/macosx/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/Makefile	2009-09-07 17:39:22 UTC (rev 39073)
+++ grass/branches/develbranch_6/macosx/Makefile	2009-09-07 17:39:54 UTC (rev 39074)
@@ -16,14 +16,14 @@
 PYVER = `python -V 2>&1 | cut -d \  -f 2 | cut -d . -f 1,2`
 
 # packagemaker location, options and behaviour changed in xcode 3
-ifeq ($(findstring darwin9,$(ARCH)),darwin9)
+ifeq ($(findstring darwin8,$(ARCH)),darwin8)
+XCODE_VER = xcode2
+PACKAGEMAKER = /Developer/Tools/packagemaker
+PKG_INST_DIR = ${prefix}/${MACOSX_APP_NAME}
+else
 XCODE_VER = xcode3
 PACKAGEMAKER = /Developer/usr/bin/packagemaker
 PKG_INST_DIR = ${prefix}
-else
-XCODE_VER = xcode2
-PACKAGEMAKER = /Developer/Tools/packagemaker
-PKG_INST_DIR = ${prefix}/${MACOSX_APP_NAME}
 endif
 
 SUBDIRS = 



More information about the grass-commit mailing list