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'