diff options
author | mezz <mezz@FreeBSD.org> | 2007-07-08 01:23:27 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-07-08 01:23:27 +0800 |
commit | 448e41cf50678b0741bcad85ba590554b5b2ba14 (patch) | |
tree | 8ff87c9b49a2eaf22c677466975748a63ed3ad50 /net-p2p | |
parent | f7d405254e10423ce6aa8e7493c9717690adb5db (diff) | |
download | freebsd-ports-graphics-448e41cf50678b0741bcad85ba590554b5b2ba14.tar.gz freebsd-ports-graphics-448e41cf50678b0741bcad85ba590554b5b2ba14.tar.zst freebsd-ports-graphics-448e41cf50678b0741bcad85ba590554b5b2ba14.zip |
Add dirrmtry on main directory, since there is a dirrmtry on sub directory.
Reported by: sat
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/pkg-plist | 2 | ||||
-rw-r--r-- | net-p2p/deluge05/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/pkg-plist b/net-p2p/deluge/pkg-plist index 0f241f8b024..1c2cb26e1f6 100644 --- a/net-p2p/deluge/pkg-plist +++ b/net-p2p/deluge/pkg-plist @@ -142,7 +142,7 @@ share/pixmaps/deluge.xpm @dirrmtry %%DATADIR%%/plugins @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%% @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/deluge @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/net-p2p/deluge05/pkg-plist b/net-p2p/deluge05/pkg-plist index 0f241f8b024..1c2cb26e1f6 100644 --- a/net-p2p/deluge05/pkg-plist +++ b/net-p2p/deluge05/pkg-plist @@ -142,7 +142,7 @@ share/pixmaps/deluge.xpm @dirrmtry %%DATADIR%%/plugins @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%% @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/deluge @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |