1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add pkg-message showing a minimal pytonerc file.

Approved by:	edwin (mentor)
This commit is contained in:
David Thiel 2007-05-25 02:33:02 +00:00
parent 5d1b8f5e81
commit cd3bf95a83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191703
2 changed files with 16 additions and 0 deletions

View File

@ -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>

13
audio/pytone/pkg-message Normal file
View File

@ -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=
###############################################################