git: b84cc78bb40b - main - converters/fix-mime-charset: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 16:12:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b84cc78bb40b84412e14ff7360f4b00d0f26df2a commit b84cc78bb40b84412e14ff7360f4b00d0f26df2a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 12:32:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 16:12:10 +0000 converters/fix-mime-charset: Moved man to share/man Approved by: portmgr (blanket) --- converters/fix-mime-charset/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile index 281bcb15671f..a9e4d448aeb8 100644 --- a/converters/fix-mime-charset/Makefile +++ b/converters/fix-mime-charset/Makefile @@ -1,6 +1,6 @@ PORTNAME= fix-mime-charset PORTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= SF/fix-mime-chr/${PORTNAME}/${PORTVERSION} @@ -17,9 +17,10 @@ USES= localbase perl5 USE_PERL5= build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/fix-mime-charset \ - man/man1/fix-mime-charset.1.gz + share/man/man1/fix-mime-charset.1.gz PORTDOCS= README.koi8r README OPTIONS_DEFINE= DOCS