x11/terminator: Move manpages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Gleb Popov 2024-03-25 22:23:58 +03:00
parent 0935f564bd
commit e478bc342e
2 changed files with 12 additions and 1 deletions

View File

@ -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}/

View 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'