SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: build_manpages/build_manpages.py
|
||||
--- build_manpages/build_manpages.py.orig
|
||||
+++ build_manpages/build_manpages.py
|
||||
@@ -173,7 +173,7 @@ def get_install_cmd(command=install):
|
||||
|
||||
data = parse_manpages_spec(spec)
|
||||
|
||||
- mandir = os.path.join(self.install_data, 'share/man/man1')
|
||||
+ mandir = os.path.join(self.install_data, 'man/man1')
|
||||
if not os.path.exists(mandir):
|
||||
os.makedirs(mandir)
|
||||
for key, _ in data.items():
|
Loading…
Add table
Add a link
Reference in a new issue