aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-05-25 02:33:02 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-05-25 02:33:02 +0000
commitcd3bf95a83da8cf62aa30ef30d2c28cb359caf56 (patch)
treecb8a79d1d45009d8e9c7df024ee95f4f70afa954 /audio
parent5d1b8f5e817d4d87e53176d944b74b4ab114ea9f (diff)
downloadports-cd3bf95a83da8cf62aa30ef30d2c28cb359caf56.tar.gz
ports-cd3bf95a83da8cf62aa30ef30d2c28cb359caf56.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/pytone/Makefile3
-rw-r--r--audio/pytone/pkg-message13
2 files changed, 16 insertions, 0 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile
index 481b7d061a5e..b0ec9688bc08 100644
--- a/audio/pytone/Makefile
+++ b/audio/pytone/Makefile
@@ -66,4 +66,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|src/|${PYTHON_SITELIBDIR}/pytone/|g' \
${WRKSRC}/pytonectl
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/audio/pytone/pkg-message b/audio/pytone/pkg-message
new file mode 100644
index 000000000000..7e0156d6e3d0
--- /dev/null
+++ b/audio/pytone/pkg-message
@@ -0,0 +1,13 @@
+
+###############################################################
+
+To use pytone, you'll need to put something like this
+into ~/.pytone/pytonerc:
+
+[database.main]
+musicbasedir=/root/of/your/music/collection
+# use new database layout
+basename=
+
+###############################################################
+