Summary: | graphics/oyranos remove wrongly used PLIST_SUB from pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Berner <tcberner> | ||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bsam:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: bsam Date: Thu Jun 9 11:48:28 UTC 2016 New revision: 416594 URL: https://svnweb.freebsd.org/changeset/ports/416594 Log: graphics/oyranos: Fix wrong use of %%QT_BINDIRi%% and xdg/autostart location. PR: 210104 Submitted by: tcberner@gmail.com Changes: head/graphics/oyranos/Makefile head/graphics/oyranos/pkg-plist Committed, thanks! |
Created attachment 171153 [details] s#%%QT_BINDIR%%#bin#g graphics/oyranos uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake. The attached patch replaces this everywhere by "bin". [Pretty sure %%QT_ETCDIR%% also is not intended, but "etc/xdg" is meant].