aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pytone
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2007-05-28 10:46:36 +0800
committerlx <lx@FreeBSD.org>2007-05-28 10:46:36 +0800
commitcb688ad40fc96edf81e89fce5b14beaa0a6b91d5 (patch)
treedcac60c0442ab8440550bd2a6cc0f4674d3c5491 /audio/pytone
parent8d331d01997795d91dfb26193b7b48e98392093f (diff)
downloadfreebsd-ports-gnome-cb688ad40fc96edf81e89fce5b14beaa0a6b91d5.tar.gz
freebsd-ports-gnome-cb688ad40fc96edf81e89fce5b14beaa0a6b91d5.tar.zst
freebsd-ports-gnome-cb688ad40fc96edf81e89fce5b14beaa0a6b91d5.zip
Fix the stray pytonerc file that was getting installed into /etc.
Submitted by: kris via pointyhat Approved by: edwin (mentor)
Diffstat (limited to 'audio/pytone')
-rw-r--r--audio/pytone/pkg-message10
-rw-r--r--audio/pytone/pkg-plist1
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