Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:50:24 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29558775fe53 - main - misc/bestfit: Move man pages to share/man
Message-ID:  <202401231450.40NEoOd7078570@gitrepo.freebsd.org>

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

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

commit 29558775fe530bc3703093ed74967fffc79869a6
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:50:20 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:50:20 +0000

    misc/bestfit: Move man pages to share/man
---
 misc/bestfit/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
index 26190e5958a2..34dbaf0d038c 100644
--- a/misc/bestfit/Makefile
+++ b/misc/bestfit/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bestfit
-PORTVERSION=	0.2.0
+DISTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -9,8 +10,10 @@ WWW=		https://savannah.nongnu.org/projects/bestfit/
 
 LICENSE=	GPLv2
 
-GNU_CONFIGURE=	yes
+GNU_CONFIGURE=			yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
-PLIST_FILES=	bin/bestfit man/man1/bestfit.1.gz
+PLIST_FILES=	bin/bestfit \
+		share/man/man1/bestfit.1.gz
 
 .include <bsd.port.mk>



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