aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2022-11-26 17:29:01 +0000
committerNicola Vitale <nivit@FreeBSD.org>2022-11-26 17:29:01 +0000
commitaebd9962a05ce1d2ee023f1b15834a568ff839e6 (patch)
treea39f6c3b8a723fc5112e977dc043e73cd672bb7a
parentbc1d9770a8d994898456c311c87049713ce61bc1 (diff)
downloadports-aebd9962a05ce1d2ee023f1b15834a568ff839e6.tar.gz
ports-aebd9962a05ce1d2ee023f1b15834a568ff839e6.zip
audio/py-pyradio: Add a couple of missing files
- The program requires a default stations list and configuration. - No bump PORTREVISION because no package is available yet.
-rw-r--r--audio/py-pyradio/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pyradio/files/patch-setup.py b/audio/py-pyradio/files/patch-setup.py
index af0c7fa59a93..adc7ab88e2a5 100644
--- a/audio/py-pyradio/files/patch-setup.py
+++ b/audio/py-pyradio/files/patch-setup.py
@@ -18,7 +18,7 @@
+ packages=['pyradio'],
+ package_dir={'pyradio':'pyradio'},
+ package_data={
-+ 'pyradio': ['themes/*'],
++ 'pyradio': ['stations.csv', 'config', 'themes/*'],
+ },
entry_points={
'console_scripts': [