diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:09:28 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:09:28 +0800 |
commit | 3acb0130cc033d9bada41a6367ae76ddffd7f795 (patch) | |
tree | b7d38dd5f0ff265bdadf0941a4ef0b0338c6b5e1 /x11/leechcraft | |
parent | f08d4f9a0f1ba6b4762b5cb5c58a5162f30a0ce4 (diff) | |
download | freebsd-ports-gnome-3acb0130cc033d9bada41a6367ae76ddffd7f795.tar.gz freebsd-ports-gnome-3acb0130cc033d9bada41a6367ae76ddffd7f795.tar.zst freebsd-ports-gnome-3acb0130cc033d9bada41a6367ae76ddffd7f795.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 'x11/leechcraft')
-rw-r--r-- | x11/leechcraft/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/leechcraft/pkg-plist b/x11/leechcraft/pkg-plist index 1faf75db92ef..418801f60a53 100644 --- a/x11/leechcraft/pkg-plist +++ b/x11/leechcraft/pkg-plist @@ -1,6 +1,6 @@ -%%QT_BINDIR%%/leechcraft -%%QT_BINDIR%%/leechcraft-add-file -%%QT_BINDIR%%/leechcraft-handle-file +bin/leechcraft +bin/leechcraft-add-file +bin/leechcraft-handle-file include/leechcraft/config.h include/leechcraft/interfaces/an/constants.h include/leechcraft/interfaces/an/entityfields.h @@ -515,7 +515,7 @@ share/man/man1/leechcraft.1.gz %%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_pl.qm %%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_ru_RU.qm %%AGGREGATOR%%%%DATADIR%%/translations/leechcraft_aggregator_uk_UA.qm -%%ANHERO%%%%QT_BINDIR%%/lc_anhero_crashprocess +%%ANHERO%%bin/lc_anhero_crashprocess %%ANHERO%%lib/leechcraft/plugins/libleechcraft_anhero.so %%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_ar.qm %%ANHERO%%%%DATADIR%%/translations/leechcraft_anhero_de.qm @@ -863,7 +863,7 @@ share/man/man1/leechcraft.1.gz %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/isida-bot4.png %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabber.el.png %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbim.png -%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jab%%QT_BINDIR%%.png +%%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbin.png %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabbroid.png %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jabiru.png %%AZOTH%%%%DATADIR%%/azoth/iconsets/clients/default/jajc.png @@ -1541,7 +1541,7 @@ share/man/man1/leechcraft.1.gz %%DOLOZHEE%%lib/leechcraft/plugins/libleechcraft_dolozhee.so %%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_en.qm %%DOLOZHEE%%%%DATADIR%%/translations/leechcraft_dolozhee_ru_RU.qm -%%FENET%%%%QT_BINDIR%%/leechcraft-session +%%FENET%%bin/leechcraft-session %%FENET%%lib/leechcraft/plugins/libleechcraft_fenet.so %%FENET%%%%DATADIR%%/fenet/compositing/compton.json %%FENET%%%%DATADIR%%/fenet/wms/awesome.json |