[PC-BSD Commits] r5281 - pbibuild/modules/astro/josm
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 7 11:16:32 PST 2009
Author: kris
Date: 2009-12-07 11:16:32 -0800 (Mon, 07 Dec 2009)
New Revision: 5281
Modified:
pbibuild/modules/astro/josm/build.sh
pbibuild/modules/astro/josm/pbi.conf
Log:
Updated josm to use differnt variables during build.sh
Modified: pbibuild/modules/astro/josm/build.sh
===================================================================
--- pbibuild/modules/astro/josm/build.sh 2009-12-07 18:27:19 UTC (rev 5280)
+++ pbibuild/modules/astro/josm/build.sh 2009-12-07 19:16:32 UTC (rev 5281)
@@ -4,9 +4,11 @@
# Build your PBI here, and exit 0 on success, or exit 1 on failure.
##############################################################################
# Available Variables
-# PBIDIR = The location of where you can populate your PBI directory
-# MODULEDIR = The location of the module directory for this PBI
-# PORTVER = Version number of the port we used to build
+# PBI_TARGETFULLDIR = The target location of the installed application (/Programs/FireFox)
+# PBI_TARGETDIR = The target directory name of the installed application (FireFox)
+# PBI_CURDIR = The current location of where you can populate your PBI directory
+# PBI_VERSION = Version number of this PBI
+# MODULEDIR = The location of the module directory for this PBI
##############################################################################
@@ -14,5 +16,5 @@
cp -R /usr/local/diablo*jdk*/jre ${PBIDIR}/diablo-jre1.6.0
# Make the javavms file
-echo "/Programs/JOSM${PORTVER}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
+echo "${PBI_TARGETFULLDIR}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
Modified: pbibuild/modules/astro/josm/pbi.conf
===================================================================
--- pbibuild/modules/astro/josm/pbi.conf 2009-12-07 18:27:19 UTC (rev 5280)
+++ pbibuild/modules/astro/josm/pbi.conf 2009-12-07 19:16:32 UTC (rev 5281)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="03"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list