git: b585b873af23 - main - x11-toolkits/termit: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 17:53:02 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b585b873af237f3f336db337d2bd902ae10f2db7

commit b585b873af237f3f336db337d2bd902ae10f2db7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:17:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 17:52:30 +0000

    x11-toolkits/termit: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-toolkits/termit/Makefile                       | 2 +-
 x11-toolkits/termit/files/patch-doc_CMakeLists.txt | 8 ++------
 x11-toolkits/termit/pkg-plist                      | 2 +-
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile
index 720e44705b37..c89b234dab27 100644
--- a/x11-toolkits/termit/Makefile
+++ b/x11-toolkits/termit/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	termit
 PORTVERSION=	3.1
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits gnome
 
 MAINTAINER=	bob@eager.cx
diff --git a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt
index c955577b4acb..d678d59c0207 100644
--- a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt
+++ b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt
@@ -1,6 +1,6 @@
 --- doc/CMakeLists.txt.orig	2020-02-17 06:02:21 UTC
 +++ doc/CMakeLists.txt
-@@ -13,10 +13,10 @@
+@@ -13,7 +13,7 @@
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
@@ -8,8 +8,4 @@
 +SET(TERMIT_DOCS  README lua_api.txt rc.lua.example)
  
  INSTALL(FILES ${TERMIT_DOCS} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/${TERMIT_PACKAGE})
--INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
-+INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
- INSTALL(FILES termit.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
- INSTALL(FILES termit.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)
- 
+ INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
diff --git a/x11-toolkits/termit/pkg-plist b/x11-toolkits/termit/pkg-plist
index 35228936e4d6..5a31c8ca5d82 100644
--- a/x11-toolkits/termit/pkg-plist
+++ b/x11-toolkits/termit/pkg-plist
@@ -2,7 +2,7 @@ bin/termit
 @sample etc/xdg/termit/colormaps.lua.sample
 @sample etc/xdg/termit/rc.lua.sample
 @sample etc/xdg/termit/utils.lua.sample
-man/man1/termit.1.gz
+share/man/man1/termit.1.gz
 share/applications/termit.desktop
 share/metainfo/termit.metainfo.xml
 %%PORTDOCS%%%%DOCSDIR%%/README