SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
graphics/py-qrcode/patches/patch-setup_py
Normal file
10
graphics/py-qrcode/patches/patch-setup_py
Normal file
|
@ -0,0 +1,10 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -3,5 +3,5 @@ from setuptools import setup
|
||||
|
||||
# See setup.cfg for configuration.
|
||||
setup(
|
||||
- data_files=[('share/man/man1', ['doc/qr.1'])],
|
||||
+ data_files=[('man/man1', ['doc/qr.1'])],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue