diff options
author | marino <marino@FreeBSD.org> | 2014-08-19 04:45:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-19 04:45:21 +0800 |
commit | 732f3a012672fec6d20bf4ab034f52c27b8db442 (patch) | |
tree | ba0cd619442d578a6827242f9ec175a3a6f0545b /textproc | |
parent | d419cc3cc2d56aed4e0532e4d38bf7aec67de4aa (diff) | |
download | freebsd-ports-gnome-732f3a012672fec6d20bf4ab034f52c27b8db442.tar.gz freebsd-ports-gnome-732f3a012672fec6d20bf4ab034f52c27b8db442.tar.zst freebsd-ports-gnome-732f3a012672fec6d20bf4ab034f52c27b8db442.zip |
textproc/ibus: Removing unnecessary @dirrmtry from pkg-plist
This port failed to build with poudriere bulk -t because the directories
it tried to remove were considered part of MTREE (but its seems they only
belonged to dependencies to me).
Remove the entries from pkg-plist so it builds cleanly, but don't bother
to revbump because there's no practical change to the package.
Just Fix It.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/pkg-plist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/ibus/pkg-plist b/textproc/ibus/pkg-plist index dd05f8ef57ed..297b3861a435 100644 --- a/textproc/ibus/pkg-plist +++ b/textproc/ibus/pkg-plist @@ -311,12 +311,9 @@ share/bash-completion/completions/ibus.bash %%COMPDIR%%@dirrmtry %%DATADIR%%/component @dirrmtry %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%GINTRO%%@dirrmtry share/gir-1.0 %%PYTHON_LIB%%@dirrm %%PYTHON_SITELIBDIR%%/ibus/interface %%PYTHON_LIB%%@dirrm %%PYTHON_SITELIBDIR%%/ibus @dirrm include/ibus-1.0 -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg %%DCONF%%@dirrmtry etc/dconf/db/ibus.d %%GTK3%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache %%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache |