Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor)
This commit is contained in:
parent
5b67330526
commit
fd25474611
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424833
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ bin/lastfm-desktop
|
|||
%%DATADIR%%/qrc/share_29x29_hover.png
|
||||
%%DATADIR%%/qrc/share_29x29_pressed.png
|
||||
%%DATADIR%%/qrc/share_29x29_rest.png
|
||||
%%DATADIR%%/qrc/slider_nub%%QT_BINDIR%%.png
|
||||
%%DATADIR%%/qrc/slider_nubbin.png
|
||||
%%DATADIR%%/qrc/start_bg.png
|
||||
%%DATADIR%%/qrc/subscribe_bg.png
|
||||
%%DATADIR%%/qrc/subscribe_radio.png
|
||||
|
|
Loading…
Reference in a new issue