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:
parent
5d1b8f5e81
commit
cd3bf95a83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191703
@ -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
13
audio/pytone/pkg-message
Normal 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=
|
||||
|
||||
###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user