[GRASS-SVN] r39073 - grass/trunk/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 7 13:39:23 EDT 2009
Author: kyngchaos
Date: 2009-09-07 13:39:22 -0400 (Mon, 07 Sep 2009)
New Revision: 39073
Modified:
grass/trunk/macosx/Makefile
Log:
fix packagemaker test for newer systems
Modified: grass/trunk/macosx/Makefile
===================================================================
--- grass/trunk/macosx/Makefile 2009-09-07 17:07:54 UTC (rev 39072)
+++ grass/trunk/macosx/Makefile 2009-09-07 17:39:22 UTC (rev 39073)
@@ -23,14 +23,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
default: subdirs
More information about the grass-commit
mailing list