svn commit: r424833 - head/audio/lastfm-desktop
Tobias C. Berner
tcberner at FreeBSD.org
Fri Oct 28 13:08:41 UTC 2016
Author: tcberner
Date: Fri Oct 28 13:08:40 2016
New Revision: 424833
URL: https://svnweb.freebsd.org/changeset/ports/424833
Log:
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)
Modified:
head/audio/lastfm-desktop/pkg-plist
Modified: head/audio/lastfm-desktop/pkg-plist
==============================================================================
--- head/audio/lastfm-desktop/pkg-plist Fri Oct 28 13:07:17 2016 (r424832)
+++ head/audio/lastfm-desktop/pkg-plist Fri Oct 28 13:08:40 2016 (r424833)
@@ -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
More information about the svn-ports-all
mailing list