diff options
author | joerg <joerg> | 2009-06-14 18:03:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 18:03:28 +0000 |
commit | 870ee431b3152f330a121f8399ba6a71540929c1 (patch) | |
tree | e480593a5528c87f4756a95ff01a9ad8870ea552 /net/avahi | |
parent | 9158552ec071d3346f3287350412c34e1c22e847 (diff) | |
download | pkgsrc-870ee431b3152f330a121f8399ba6a71540929c1.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/PLIST | 12 | ||||
-rw-r--r-- | net/avahi/PLIST.howl | 7 | ||||
-rw-r--r-- | net/avahi/PLIST.python | 4 | ||||
-rw-r--r-- | net/avahi/PLIST.shared | 3 |
4 files changed, 4 insertions, 22 deletions
diff --git a/net/avahi/PLIST b/net/avahi/PLIST index 0f63e240f06..86e9004b6f1 100644 --- a/net/avahi/PLIST +++ b/net/avahi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/09 13:07:13 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:09:21 joerg Exp $ bin/avahi-browse bin/avahi-browse-domains bin/avahi-discover-standalone @@ -121,13 +121,3 @@ share/locale/sr/LC_MESSAGES/avahi.mo share/locale/sr@latin/LC_MESSAGES/avahi.mo share/locale/sv/LC_MESSAGES/avahi.mo share/locale/zh_CN/LC_MESSAGES/avahi.mo -@dirrm share/doc/avahi -@dirrm share/avahi/introspection -@comment in xdg-dirs: @dirrm share/applications -@dirrm include/avahi-ui -@dirrm include/avahi-gobject -@dirrm include/avahi-glib -@dirrm include/avahi-core -@dirrm include/avahi-common -@dirrm include/avahi-client -@comment in dbus: @dirrm etc/dbus-1/system.d diff --git a/net/avahi/PLIST.howl b/net/avahi/PLIST.howl index 45a28a3a37d..70f5a69f8f0 100644 --- a/net/avahi/PLIST.howl +++ b/net/avahi/PLIST.howl @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.howl,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $ +@comment $NetBSD: PLIST.howl,v 1.2 2009/06/14 18:09:21 joerg Exp $ include/avahi-compat-howl/corby/buffer.h include/avahi-compat-howl/corby/channel.h include/avahi-compat-howl/corby/corby.h @@ -20,8 +20,3 @@ include/avahi-compat-howl/salt/socket.h include/avahi-compat-howl/salt/time.h lib/libhowl.la lib/pkgconfig/avahi-compat-howl.pc -@dirrm include/avahi-compat-howl/salt -@dirrm include/avahi-compat-howl/rendezvous -@dirrm include/avahi-compat-howl/discovery -@dirrm include/avahi-compat-howl/corby -@dirrm include/avahi-compat-howl diff --git a/net/avahi/PLIST.python b/net/avahi/PLIST.python index ce088ad5ef9..81e122cfb2d 100644 --- a/net/avahi/PLIST.python +++ b/net/avahi/PLIST.python @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.python,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $ +@comment $NetBSD: PLIST.python,v 1.2 2009/06/14 18:09:21 joerg Exp $ ${PYSITELIB}/avahi/__init__.py ${PYSITELIB}/avahi/__init__.pyc ${PYSITELIB}/avahi/__init__.pyo @@ -16,5 +16,3 @@ man/man1/avahi-discover.1 man/man1/avahi-set-host-name.1 share/applications/avahi-discover.desktop share/avahi/interfaces/avahi-discover.glade -@dirrm ${PYSITELIB}/avahi_discover -@dirrm ${PYSITELIB}/avahi diff --git a/net/avahi/PLIST.shared b/net/avahi/PLIST.shared index 1a62abd81df..da22899f1b4 100644 --- a/net/avahi/PLIST.shared +++ b/net/avahi/PLIST.shared @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.shared,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $ +@comment $NetBSD: PLIST.shared,v 1.2 2009/06/14 18:09:21 joerg Exp $ @unexec ${RMDIR} %D/share/examples/avahi 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/avahi/introspection 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/avahi/interfaces 2>/dev/null || ${TRUE} @@ -6,4 +6,3 @@ @unexec ${RMDIR} %D/lib/avahi 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/etc/avahi/services 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/etc/avahi 2>/dev/null || ${TRUE} -@comment in xdg-dirs: @dirrm share/applications |