https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209802

--- Comment #2 from gr...@kde.org ---
Thanks also to tcberner for looking at this port and suggesting to simplify the
script. Tested w/ poudriere amd64 10-STABLE, but the problem should be obvious:

if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then
    XDG_DATA_DIRS=%%KDE4_PREFIX%%/share:${XDG_DATA_DIRS}
fi

this ends up substituted (now that KDE4_PREFIX isn't used here) as:

if [ != /usr/local ]; then
    XDG_DATA_DIRS=/share:${XDG_DATA_DIRS}
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to