git: 4490b3df31b8 - main - sysutils/cdeploy: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 14:31:08 UTC
The branch main has been updated by bofh:

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

commit 4490b3df31b8fb747a4e9d1aba02bfe3564f7096
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 14:26:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 14:30:32 +0000

    sysutils/cdeploy: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/cdeploy/Makefile             | 3 ++-
 sysutils/cdeploy/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/cdeploy/Makefile b/sysutils/cdeploy/Makefile
index e40397a9e0bb..59119257faf7 100644
--- a/sysutils/cdeploy/Makefile
+++ b/sysutils/cdeploy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cdeploy
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/root-tools/cdeploy/0.2
 
@@ -9,6 +10,6 @@ WWW=		https://sourceforge.net/projects/root-tools/
 
 USES=		tar:bzip2
 
-PLIST_FILES=	man/man1/cdeploy.1.gz sbin/cdeploy
+PLIST_FILES=	share/man/man1/cdeploy.1.gz sbin/cdeploy
 
 .include <bsd.port.mk>
diff --git a/sysutils/cdeploy/files/patch-Makefile b/sysutils/cdeploy/files/patch-Makefile
index c85e95a235b6..51800d10497f 100644
--- a/sysutils/cdeploy/files/patch-Makefile
+++ b/sysutils/cdeploy/files/patch-Makefile
@@ -8,7 +8,7 @@
 -	install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
 -	gzip -f9 /usr/local/man/man1/cdeploy.1
 +	$(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
-+	$(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
++	$(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/share/man/man1/cdeploy.1
  
  deinstall:
  	rm -f /usr/local/sbin/cdeploy