From cd3bf95a83da8cf62aa30ef30d2c28cb359caf56 Mon Sep 17 00:00:00 2001 From: David Thiel Date: Fri, 25 May 2007 02:33:02 +0000 Subject: [PATCH] Add pkg-message showing a minimal pytonerc file. Approved by: edwin (mentor) --- audio/pytone/Makefile | 3 +++ audio/pytone/pkg-message | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 audio/pytone/pkg-message 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 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= + +############################################################### +