SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
databases/barman/patches/patch-setup_py
Normal file
21
databases/barman/patches/patch-setup_py
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -61,7 +61,7 @@ setup(
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
data_files=[
|
||||
(
|
||||
- "share/man/man1",
|
||||
+ "man/man1",
|
||||
[
|
||||
"doc/barman.1",
|
||||
"doc/barman-cloud-backup.1",
|
||||
@@ -76,7 +76,7 @@ setup(
|
||||
"doc/barman-wal-restore.1",
|
||||
],
|
||||
),
|
||||
- ("share/man/man5", ["doc/barman.5"]),
|
||||
+ ("man/man5", ["doc/barman.5"]),
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
Loading…
Add table
Add a link
Reference in a new issue