SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/blaeu/patches/patch-setup_py
Normal file
12
net/blaeu/patches/patch-setup_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -136,7 +136,7 @@ setup(
|
||||
# https://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
|
||||
#
|
||||
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
|
||||
- data_files=[], # Optional
|
||||
+ data_files=[('share/blaeu/', ['README.rst'])],
|
||||
|
||||
# To provide executable scripts, entry points are officially
|
||||
# recommended but way too hard for me.
|
Loading…
Add table
Add a link
Reference in a new issue