aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pytone
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2007-05-25 10:33:02 +0800
committerlx <lx@FreeBSD.org>2007-05-25 10:33:02 +0800
commitaf285e62d9f209cad7e09de64de0431135c61a8a (patch)
treec2dbdd2f9e292247c6cd06769b76062fb3d31ddc /audio/pytone
parent936ab57d6b6b2d6b737c19965d680a439932faee (diff)
downloadfreebsd-ports-gnome-af285e62d9f209cad7e09de64de0431135c61a8a.tar.gz
freebsd-ports-gnome-af285e62d9f209cad7e09de64de0431135c61a8a.tar.zst
freebsd-ports-gnome-af285e62d9f209cad7e09de64de0431135c61a8a.zip
Add pkg-message showing a minimal pytonerc file.
Approved by: edwin (mentor)
Diffstat (limited to 'audio/pytone')
-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=
+
+###############################################################
+