aboutsummaryrefslogtreecommitdiff
path: root/misc/kde4-xdg-env
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-17 23:04:22 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-17 23:04:22 +0000
commitef4b89628e3b86d5cb760f8d732f7c201aba88a7 (patch)
treec447288a3b6e809f0ab8147b57d40d087395d628 /misc/kde4-xdg-env
parent7780b8e31ffb3d6db71b432a56fd9b1addaf3651 (diff)
downloadports-ef4b89628e3b86d5cb760f8d732f7c201aba88a7.tar.gz
ports-ef4b89628e3b86d5cb760f8d732f7c201aba88a7.zip
Notes
Diffstat (limited to 'misc/kde4-xdg-env')
-rw-r--r--misc/kde4-xdg-env/Makefile2
-rw-r--r--misc/kde4-xdg-env/files/xdg-env.sh.in6
2 files changed, 3 insertions, 5 deletions
diff --git a/misc/kde4-xdg-env/Makefile b/misc/kde4-xdg-env/Makefile
index f5ba6eef59df..44afb4e880c1 100644
--- a/misc/kde4-xdg-env/Makefile
+++ b/misc/kde4-xdg-env/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xdg
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= misc kde
MASTER_SITES= # none
diff --git a/misc/kde4-xdg-env/files/xdg-env.sh.in b/misc/kde4-xdg-env/files/xdg-env.sh.in
index 394d578ae71f..31771ed9e6b9 100644
--- a/misc/kde4-xdg-env/files/xdg-env.sh.in
+++ b/misc/kde4-xdg-env/files/xdg-env.sh.in
@@ -5,8 +5,7 @@
# Submit missing XDG-file locations to kde@freebsd.org!
XDG_CONFIG_DIRS=\
-${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%X11BASE%%/etc/xdg:\
-%%LOCALBASE%%/etc/xdg/xfce4
+${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce4
if [ %%KDE_PREFIX%% != %%LOCALBASE%% ]; then
XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS}:%%KDE_PREFIX%%/etc/xdg
@@ -15,8 +14,7 @@ fi
export XDG_CONFIG_DIRS
XDG_DATA_DIRS=\
-${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome:\
-%%X11BASE%%/share:%%X11BASE%%/share/gnome
+${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome
if [ %%KDE_PREFIX%% != %%LOCALBASE%% ]; then
XDG_DATA_DIRS=${XDG_DATA_DIRS}:%%KDE_PREFIX%%/share