mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11/terminator: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0935f564bd
commit
e478bc342e
@ -1,6 +1,6 @@
|
||||
PORTNAME= terminator
|
||||
DISTVERSION= 2.1.3
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
11
x11/terminator/files/patch-setup.py
Normal file
11
x11/terminator/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2023-03-01 22:36:20 UTC
|
||||
+++ setup.py
|
||||
@@ -175,7 +175,7 @@ class InstallData(install_data):
|
||||
return data_files
|
||||
|
||||
|
||||
-if platform.system() in ['FreeBSD', 'OpenBSD']:
|
||||
+if platform.system() in ['OpenBSD']:
|
||||
man_dir = 'man'
|
||||
else:
|
||||
man_dir = 'share/man'
|
Loading…
Reference in New Issue
Block a user