git: 4877728ebcca - main - devel/spin: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 13:03:58 UTC
The branch main has been updated by eduardo:

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

commit 4877728ebcca83d88a72321e4ccd1eab4e251c39
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 12:36:20 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 13:03:24 +0000

    devel/spin: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/spin/Makefile  | 3 ++-
 devel/spin/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/spin/Makefile b/devel/spin/Makefile
index ca3c52e3c65f..a7fa69ceb1d0 100644
--- a/devel/spin/Makefile
+++ b/devel/spin/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	spin
 PORTVERSION=	6.5.2
 DISTVERSIONPREFIX=	version-
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	adridg@FreeBSD.org
@@ -40,7 +41,7 @@ post-patch-ISPIN-on:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/Src/spin ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/Man/spin.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/Man/spin.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/devel/spin/pkg-plist b/devel/spin/pkg-plist
index c80a39b890ba..9c07d19d50b5 100644
--- a/devel/spin/pkg-plist
+++ b/devel/spin/pkg-plist
@@ -1,3 +1,3 @@
 bin/spin
 %%ISPIN%%bin/ispin
-man/man1/spin.1.gz
+share/man/man1/spin.1.gz