diff options
author | David Thiel <lx@FreeBSD.org> | 2007-05-28 02:46:36 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-05-28 02:46:36 +0000 |
commit | 59c0c7015b2297f59a56baa7a50b44d84f0e3d96 (patch) | |
tree | f10e5f9b68515a3c2d1b015e152435770b08a9b3 /audio/pytone | |
parent | 6e7faaeeedf8f1f2878de62f36a6801015e0c246 (diff) |
Notes
Diffstat (limited to 'audio/pytone')
-rw-r--r-- | audio/pytone/pkg-message | 10 | ||||
-rw-r--r-- | audio/pytone/pkg-plist | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/audio/pytone/pkg-message b/audio/pytone/pkg-message index 7e0156d6e3d0..2a45bdff4062 100644 --- a/audio/pytone/pkg-message +++ b/audio/pytone/pkg-message @@ -1,13 +1,15 @@ ############################################################### -To use pytone, you'll need to put something like this -into ~/.pytone/pytonerc: +To use pytone, you should copy ${LOCALBASE}/etc/pytonerc to: + +~/.pytone/pytonerc + +Or simply create a minimal one with the location of your music +collection: [database.main] musicbasedir=/root/of/your/music/collection -# use new database layout -basename= ############################################################### diff --git a/audio/pytone/pkg-plist b/audio/pytone/pkg-plist index f8f050f89ad9..8edb67e00ba2 100644 --- a/audio/pytone/pkg-plist +++ b/audio/pytone/pkg-plist @@ -1,5 +1,6 @@ bin/pytone bin/pytonectl +etc/pytonerc lib/%%PYTHON_VERSION%%/site-packages/pytone/__init__.py lib/%%PYTHON_VERSION%%/site-packages/pytone/config.py lib/%%PYTHON_VERSION%%/site-packages/pytone/dbitem.py |