SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/mygpoclient/patches/patch-setup_py
Normal file
12
net/mygpoclient/patches/patch-setup_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -37,7 +37,7 @@ else:
|
||||
AUTHOR, EMAIL = re.match(r'(.*) <(.*)>', AUTHOR_EMAIL).groups()
|
||||
|
||||
DATA_FILES = [
|
||||
- ('share/man/man1', glob.glob('man/*')),
|
||||
+ ('man/man1', glob.glob('man/*')),
|
||||
]
|
||||
|
||||
CLASSIFIERS = [
|
Loading…
Add table
Add a link
Reference in a new issue