[GRASS-SVN] r41268 - grass/branches/releasebranch_6_4/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 2 17:59:30 EST 2010
Author: kyngchaos
Date: 2010-03-02 17:59:28 -0500 (Tue, 02 Mar 2010)
New Revision: 41268
Modified:
grass/branches/releasebranch_6_4/macosx/bundle.make
Log:
missed backport piece
Modified: grass/branches/releasebranch_6_4/macosx/bundle.make
===================================================================
--- grass/branches/releasebranch_6_4/macosx/bundle.make 2010-03-02 19:26:53 UTC (rev 41267)
+++ grass/branches/releasebranch_6_4/macosx/bundle.make 2010-03-02 22:59:28 UTC (rev 41268)
@@ -6,19 +6,19 @@
# use ${LN} and ${LN_DIR} to symlink files and folders respectively.
#
# Destinations include: bin and lib and should be prefixed by
-# ${MACOSX_BUNDLE_PREFIX}/
+# ${INST_DIR_TARGET}/
# Includes should not normally be needed.
#
# For libraries, make sure to make symlinks if the symlink is the linked name.
# ie, libfoo.1.0.dylib is the library file, but libfoo.1.dylib is the link name:
-# ${LN} libfoo.1.0.dylib ${MACOSX_BUNDLE_PREFIX}/lib/libfoo.1.dylib
+# ${LN} libfoo.1.0.dylib ${INST_DIR_TARGET}/lib/libfoo.1.dylib
# If you're not sure, make all symlinks for a library.
#
# use one line per file after the "bundle-macosx:" line, indented with a tab.
# ie:
-# ${INSTALL} /usr/local/bin/gpsbabel ${MACOSX_BUNDLE_PREFIX}/bin
-# ${INSTALL} /usr/local/pgsql/lib/libpq.5.1.dylib ${MACOSX_BUNDLE_PREFIX}/lib
-# ${LN} libpq.5.1.dylib ${MACOSX_BUNDLE_PREFIX}/lib/libpq.5.dylib
+# ${INSTALL} /usr/local/bin/gpsbabel ${INST_DIR_TARGET}/bin
+# ${INSTALL} /usr/local/pgsql/lib/libpq.5.1.dylib ${INST_DIR_TARGET}/lib
+# ${LN} libpq.5.1.dylib ${INST_DIR_TARGET}/lib/libpq.5.dylib
bundle-macosx:
@# add custom bundle commands here:
More information about the grass-commit
mailing list