git: e478bc342ef4 - main - x11/terminator: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 19:25:30 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e478bc342ef4673df1fd2116428f653fb4273b10 commit e478bc342ef4673df1fd2116428f653fb4273b10 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-25 19:23:58 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-25 19:23:58 +0000 x11/terminator: Move manpages to share/man Approved by: portmgr (blanket) --- x11/terminator/Makefile | 2 +- x11/terminator/files/patch-setup.py | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 902062acb12a..41d345b4a49a 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -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}/ diff --git a/x11/terminator/files/patch-setup.py b/x11/terminator/files/patch-setup.py new file mode 100644 index 000000000000..2dc1230a744d --- /dev/null +++ b/x11/terminator/files/patch-setup.py @@ -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'