diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-09 21:30:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-09 21:30:51 +0000 |
commit | fd0abb2fb44f6afa010d9b0d1a10be0acc6d3581 (patch) | |
tree | c9af6ebe3a1f6630f1e7e73a696a6c26d5ac88e3 /graphics/processing/files | |
parent | 3ba230eff68012edec347e5e55ad77a5b3fae9a6 (diff) |
Notes
Diffstat (limited to 'graphics/processing/files')
-rw-r--r-- | graphics/processing/files/patch-processing | 28 | ||||
-rw-r--r-- | graphics/processing/files/processing.in | 3 |
2 files changed, 3 insertions, 28 deletions
diff --git a/graphics/processing/files/patch-processing b/graphics/processing/files/patch-processing deleted file mode 100644 index d81442604cd5..000000000000 --- a/graphics/processing/files/patch-processing +++ /dev/null @@ -1,28 +0,0 @@ ---- processing.orig 2008-06-20 16:07:46.000000000 +1000 -+++ processing 2008-06-20 16:10:07.000000000 +1000 -@@ -1,6 +1,6 @@ - #!/bin/sh - --APPDIR=$(dirname "$0") -+APPDIR=%%PREFIX%%/libexec/processing - - # as of 0109, now using all relative paths and doing a cd to the - # processing folder on run, because there are too many dependencies -@@ -17,14 +17,14 @@ - #PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH} - #PATH=$APPDIR:$APPDIR/java/bin:${PATH} - #echo $PATH --PATH=.:java/bin:${PATH} --export PATH -+#PATH=.:java/bin:${PATH} -+#export PATH - - # test to see if jikes is operable. i'm a crappy bash scripter - # so if someone knows a more elegant way to do this, let me know. - # - #echo $APPDIR/jikes --"$APPDIR/jikes" -version 1> /dev/null 2> /dev/null -+jikes -version 1> /dev/null 2> /dev/null - # if stmt modified as per bug #373 - if [ $? -eq 0 ] - then diff --git a/graphics/processing/files/processing.in b/graphics/processing/files/processing.in new file mode 100644 index 000000000000..e3bd44c8116f --- /dev/null +++ b/graphics/processing/files/processing.in @@ -0,0 +1,3 @@ +#!/bin/sh + +cd %%PREFIX%%/libexec/processing && ./start-processing |