Summary: | audio/soundkonverter remove wrongly used PLIST_SUB from pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Berner <tcberner> | ||||
Component: | Individual Port(s) | Assignee: | David Naylor <dbn> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | Flags: | pi:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Committed, thanks! A commit references this bug: Author: pi Date: Sun Jun 12 06:41:21 UTC 2016 New revision: 416770 URL: https://svnweb.freebsd.org/changeset/ports/416770 Log: audio/soundkonverter: remove wrongly used PLIST_SUB from pkg-plist PR: 210115 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Changes: head/audio/soundkonverter/pkg-plist |
Created attachment 171172 [details] s#%%QT_BINDIR%%#bin#g audio/soundkonverter uses the substitution %%QT_BINDIR%% [=relative path to Qt binaries] by mistake. The attached patch replaces this everywhere by "bin".