git: 409ba4aa6b34 - main - comms/dfu-util: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 10:20:40 UTC
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>