Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 13:51:50 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 673d4a4772d2 - main - games/cursive: Move manpages to share/man
Message-ID:  <202401211351.40LDpoLc007935@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 673d4a4772d23a9c23972446787653cf70e6ae81
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-21 13:40:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-21 13:51:38 +0000

    games/cursive: Move manpages to share/man
    
    - While here, refresh patch
---
 games/cursive/Makefile              | 5 +++--
 games/cursive/files/patch-cursive.6 | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/games/cursive/Makefile b/games/cursive/Makefile
index 230a65b39096..d704a45efe4e 100644
--- a/games/cursive/Makefile
+++ b/games/cursive/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cursive
 PORTVERSION=	0.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	https://www.unixpapa.com/software/
@@ -13,7 +14,7 @@ USES=		tar:tgz
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/cursive \
-		man/man6/cursive.6.gz
+		share/man/man6/cursive.6.gz
 
 do-build:
 	${CC} ${CFLAGS} -c ${WRKSRC}/cursive.c -o ${WRKSRC}/cursive.o
@@ -22,6 +23,6 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/share/man/man6
 
 .include <bsd.port.mk>
diff --git a/games/cursive/files/patch-cursive.6 b/games/cursive/files/patch-cursive.6
index fcf82cf4e2ab..c24c82971faf 100644
--- a/games/cursive/files/patch-cursive.6
+++ b/games/cursive/files/patch-cursive.6
@@ -1,6 +1,6 @@
---- cursive.6.orig	Sat Dec  4 17:31:42 1999
-+++ cursive.6	Sat Dec  4 17:32:03 1999
-@@ -3,7 +3,7 @@
+--- cursive.6.orig	1991-10-20 01:13:47 UTC
++++ cursive.6
+@@ -3,7 +3,7 @@ cursive \- print text in cursive script
  .SH NAME
  cursive \- print text in cursive script
  .SH SYNOPSIS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211351.40LDpoLc007935>