diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:08:40 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:08:40 +0800 |
commit | 0bb5b57ae68ca5db44528f04e54367ff9ae2ffa8 (patch) | |
tree | a118b9c98464c3b5e4294d96e57a72ff86e32129 /audio/lastfm-desktop | |
parent | fc258457e3c5f277eb27bb0c72149f3a18ca9d46 (diff) | |
download | freebsd-ports-gnome-0bb5b57ae68ca5db44528f04e54367ff9ae2ffa8.tar.gz freebsd-ports-gnome-0bb5b57ae68ca5db44528f04e54367ff9ae2ffa8.tar.zst freebsd-ports-gnome-0bb5b57ae68ca5db44528f04e54367ff9ae2ffa8.zip |
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)
Diffstat (limited to 'audio/lastfm-desktop')
-rw-r--r-- | audio/lastfm-desktop/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lastfm-desktop/pkg-plist b/audio/lastfm-desktop/pkg-plist index e95d6b093b48..59ffabce2485 100644 --- a/audio/lastfm-desktop/pkg-plist +++ b/audio/lastfm-desktop/pkg-plist @@ -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 |