diff options
author | obache <obache@pkgsrc.org> | 2009-10-16 07:45:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-16 07:45:47 +0000 |
commit | 69ceb575360f208ed6d2e6a6915527497847e159 (patch) | |
tree | 29c1dc44c527c126ddde1bd81ee2b2d0960f6676 /net | |
parent | 493afecd29b4cf03347579a16ea0698d9375f3e3 (diff) | |
download | pkgsrc-69ceb575360f208ed6d2e6a6915527497847e159.tar.gz |
Fixes PLIST.
need gdbm for avahi-discover, suggested by Simon Schubert in PR 42171.
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/PLIST.pygdbm | 11 | ||||
-rw-r--r-- | net/avahi/PLIST.python | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net/avahi/PLIST.pygdbm b/net/avahi/PLIST.pygdbm index 429c5d9534a..03c90cda14f 100644 --- a/net/avahi/PLIST.pygdbm +++ b/net/avahi/PLIST.pygdbm @@ -1,3 +1,12 @@ -@comment $NetBSD: PLIST.pygdbm,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $ +@comment $NetBSD: PLIST.pygdbm,v 1.2 2009/10/16 07:45:47 obache Exp $ +bin/avahi-discover lib/avahi/service-types.db ${PYSITELIB}/avahi/ServiceTypeDatabase.py +${PYSITELIB}/avahi_discover/__init__.py +${PYSITELIB}/avahi_discover/__init__.pyc +${PYSITELIB}/avahi_discover/__init__.pyo +${PYSITELIB}/avahi_discover/SimpleGladeApp.py +${PYSITELIB}/avahi_discover/SimpleGladeApp.pyc +${PYSITELIB}/avahi_discover/SimpleGladeApp.pyo +share/applications/avahi-discover.desktop +share/avahi/interfaces/avahi-discover.glade diff --git a/net/avahi/PLIST.python b/net/avahi/PLIST.python index 81e122cfb2d..2f987ea18e3 100644 --- a/net/avahi/PLIST.python +++ b/net/avahi/PLIST.python @@ -1,18 +1,9 @@ -@comment $NetBSD: PLIST.python,v 1.2 2009/06/14 18:09:21 joerg Exp $ +@comment $NetBSD: PLIST.python,v 1.3 2009/10/16 07:45:47 obache Exp $ ${PYSITELIB}/avahi/__init__.py ${PYSITELIB}/avahi/__init__.pyc ${PYSITELIB}/avahi/__init__.pyo -${PYSITELIB}/avahi_discover/__init__.py -${PYSITELIB}/avahi_discover/__init__.pyc -${PYSITELIB}/avahi_discover/__init__.pyo -${PYSITELIB}/avahi_discover/SimpleGladeApp.py -${PYSITELIB}/avahi_discover/SimpleGladeApp.pyc -${PYSITELIB}/avahi_discover/SimpleGladeApp.pyo bin/avahi-bookmarks -bin/avahi-discover bin/avahi-set-host-name man/man1/avahi-bookmarks.1 man/man1/avahi-discover.1 man/man1/avahi-set-host-name.1 -share/applications/avahi-discover.desktop -share/avahi/interfaces/avahi-discover.glade |