diff options
author | lesi <lesi@FreeBSD.org> | 2005-06-15 02:43:36 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-06-15 02:43:36 +0000 |
commit | 84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291 (patch) | |
tree | bb42a7b71b48f8a54accc7caa988837f222ce013 /net | |
parent | 97905f8a7c8bde78045d3d4e0c7381d732562a8e (diff) | |
download | FreeBSD-ports-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.zip FreeBSD-ports-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.tar.gz |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
Diffstat (limited to 'net')
-rw-r--r-- | net/gajim/pkg-plist | 1 | ||||
-rw-r--r-- | net/silky/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/gajim/pkg-plist b/net/gajim/pkg-plist index 940c57f..3641b88 100644 --- a/net/gajim/pkg-plist +++ b/net/gajim/pkg-plist @@ -264,4 +264,3 @@ share/pixmaps/gajim.png @dirrm %%DATADIR%%/po @dirrm %%DATADIR%% @unexec rmdir %D/share/applications > /dev/null 2>&1 | true -@unexec rmdir %D/share/pixmaps > /dev/null 2>&1 | true diff --git a/net/silky/pkg-plist b/net/silky/pkg-plist index e6efae8..160d5da 100644 --- a/net/silky/pkg-plist +++ b/net/silky/pkg-plist @@ -32,5 +32,4 @@ share/locale/sv/LC_MESSAGES/silky.mo share/locale/zh_CN/LC_MESSAGES/silky.mo share/gnome/apps/Applications/silky.desktop %%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir %D/share/pixmaps 2>/dev/null || true @dirrm %%DATADIR%% |