git: c431e4b0ffe0 - main - textproc/bbe: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 08:06:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c431e4b0ffe04f21ed6384a563b58e36354341e0 commit c431e4b0ffe04f21ed6384a563b58e36354341e0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:43:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:43:01 +0000 textproc/bbe: Moved man to share/man Approved by: portmgr (blanket) --- textproc/bbe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile index 1b5f4301678b..6b41b79ce3fa 100644 --- a/textproc/bbe/Makefile +++ b/textproc/bbe/Makefile @@ -1,6 +1,6 @@ PORTNAME= bbe PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION} @@ -12,10 +12,11 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= ${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS