diff options
-rw-r--r-- | audio/sonice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile index 2b6307ac7abc..3d56e4935a91 100644 --- a/audio/sonice/Makefile +++ b/audio/sonice/Makefile @@ -23,7 +23,7 @@ NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sonice.py ${PREFIX}/bin/sonice -.for file in commatoys ogg +.for file in comatoys ogg ${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR} .endfor |