summaryrefslogtreecommitdiffstats
path: root/x11/yelp/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 07:39:52 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 07:39:52 +0800
commit25802bd3ce079181438c33d196614b4f8b52138b (patch)
tree608d62e585be3fad86df9c40b68a62a440e68be2 /x11/yelp/files
parent48467145da243a662d8baf463ca7968d5ef41345 (diff)
downloadmarcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar.gz
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar.bz2
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar.lz
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar.xz
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.tar.zst
marcuscom-ports-25802bd3ce079181438c33d196614b4f8b52138b.zip
- Use new USE_GECKO for testing to see if we really want to use bsd.mozilla.mk
- Don't install the yelp scripts to LD_PRELOAD mozilla libs since it isn't needed now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5199 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/files')
-rw-r--r--x11/yelp/files/gnome-help.sh17
-rw-r--r--x11/yelp/files/yelp.sh17
2 files changed, 0 insertions, 34 deletions
diff --git a/x11/yelp/files/gnome-help.sh b/x11/yelp/files/gnome-help.sh
deleted file mode 100644
index 0951d0096..000000000
--- a/x11/yelp/files/gnome-help.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
- LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZILLA_HOME
-fi
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-exec "%%PREFIX%%/bin/gnome-help-bin" "$@"
diff --git a/x11/yelp/files/yelp.sh b/x11/yelp/files/yelp.sh
deleted file mode 100644
index 52a6643b7..000000000
--- a/x11/yelp/files/yelp.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
- LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZILLA_HOME
-fi
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-exec "%%PREFIX%%/bin/yelp-bin" "$@"