mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove duplicate path element from XDG_*_DIRS to avoid crashes in Firefox.
PR: ports/114678 Submitted by: Mark Hobden <markhobden@gmail.com>
This commit is contained in:
parent
7780b8e31f
commit
ef4b89628e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195818
4 changed files with 6 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xdg
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= # none
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xdg
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= # none
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue