Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 16:29:01 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4404f165d76 - main - net/tinyfugue: use ${PREFIX}/share/man
Message-ID:  <202401111629.40BGT1Zv010684@gitrepo.freebsd.org>

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

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

commit b4404f165d76038a474d6351657f312f975a78e8
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 16:28:42 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 16:28:42 +0000

    net/tinyfugue: use ${PREFIX}/share/man
---
 net/tinyfugue/Makefile  | 5 +++--
 net/tinyfugue/pkg-plist | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index 5e446b681dcc..2c04e751b521 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tf
 PORTVERSION=	5.0b8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net games
 MASTER_SITES=	SF/tinyfugue/tinyfugue/5.0%20beta%208
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
@@ -30,6 +30,7 @@ post-build:
 	${STRIP_CMD} ${WRKSRC}/src/tf
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/src/tf.1.nroffman ${STAGEDIR}${PREFIX}/man/man1/tf.1
+	${INSTALL_MAN} ${WRKSRC}/src/tf.1.nroffman \
+		${STAGEDIR}${PREFIX}/share/man/man1/tf.1
 
 .include <bsd.port.mk>
diff --git a/net/tinyfugue/pkg-plist b/net/tinyfugue/pkg-plist
index 38ba02f6834e..b13b99eccca5 100644
--- a/net/tinyfugue/pkg-plist
+++ b/net/tinyfugue/pkg-plist
@@ -66,4 +66,4 @@ lib/%%DISTNAME%%-lib/tr.tf
 lib/%%DISTNAME%%-lib/watch.tf
 lib/%%DISTNAME%%-lib/world-q.tf
 lib/%%DISTNAME%%-lib/worldqueue.tf
-man/man1/tf.1.gz
+share/man/man1/tf.1.gz



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