Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 409ba4aa6b34 - main - comms/dfu-util: Impelled to share/man
Message-ID:  <202401241020.40OAKeg7056198@gitrepo.freebsd.org>

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

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

commit 409ba4aa6b341a1de5c210e2d017fa4ff37fa9a0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-24 10:14:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-24 10:20:15 +0000

    comms/dfu-util: Impelled to share/man
---
 comms/dfu-util/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 852c8b70b868..13ca94edefbb 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dfu-util
 PORTVERSION=	0.11
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://dfu-util.sourceforge.net/releases/
 
@@ -10,8 +11,9 @@ WWW=		https://dfu-util.sourceforge.net/
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz \
-		man/man1/dfu-prefix.1.gz man/man1/dfu-suffix.1.gz
+PLIST_FILES=	bin/dfu-prefix bin/dfu-suffix bin/dfu-util share/man/man1/${PORTNAME}.1.gz \
+		share/man/man1/dfu-prefix.1.gz share/man/man1/dfu-suffix.1.gz
 
 .include <bsd.port.mk>



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