diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-10-28 21:10:00 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-10-28 21:10:00 +0800 |
commit | 5932a17568f21e2699a2176fc182080f54be2190 (patch) | |
tree | ab56967c7380688f973028bfd4778d40301712c2 /net-p2p/retroshare | |
parent | dc04907809fc056b8a512149320bd13d30cab1d3 (diff) | |
download | freebsd-ports-gnome-5932a17568f21e2699a2176fc182080f54be2190.tar.gz freebsd-ports-gnome-5932a17568f21e2699a2176fc182080f54be2190.tar.zst freebsd-ports-gnome-5932a17568f21e2699a2176fc182080f54be2190.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 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/retroshare/pkg-plist b/net-p2p/retroshare/pkg-plist index e917cbc24e6d..241140bf996e 100644 --- a/net-p2p/retroshare/pkg-plist +++ b/net-p2p/retroshare/pkg-plist @@ -1,7 +1,7 @@ bin/RetroShare06 bin/RetroShare06-nogui -%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%FeedReader.so -%%QT_LIBDIR%%/retroshare/extensions6/%%QT_LIBDIR%%VOIP.so +lib/retroshare/extensions6/libFeedReader.so +lib/retroshare/extensions6/libVOIP.so share/RetroShare06/bdboot.txt share/RetroShare06/qss/blacknight.qss share/RetroShare06/qss/blacknight/check_sel.png |