git: 45d579743386 - main - archivers/cabextract: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 11:49:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=45d5797433863e202be991d97159ed607fee0b64 commit 45d5797433863e202be991d97159ed607fee0b64 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 11:24:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 11:49:29 +0000 archivers/cabextract: Moved man to share/man Approved by: portmgr (blanket) --- archivers/cabextract/Makefile | 4 +++- archivers/cabextract/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 907626377a31..3fa317fe0826 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -1,5 +1,6 @@ PORTNAME= cabextract PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= https://www.cabextract.org.uk/ \ LOCAL/sunpoet @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe iconv GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPE_VENDOR= cabextract_project @@ -25,7 +27,7 @@ DOCS= AUTHORS ChangeLog NEWS README TODO \ OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${STAGEDIR}${PREFIX}/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/ja/cabextract.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/archivers/cabextract/pkg-plist b/archivers/cabextract/pkg-plist index 9e41aaa15b6c..3e84276f6f2f 100644 --- a/archivers/cabextract/pkg-plist +++ b/archivers/cabextract/pkg-plist @@ -1,6 +1,6 @@ bin/cabextract -man/ja/man1/cabextract.1.gz -man/man1/cabextract.1.gz +share/man/ja/man1/cabextract.1.gz +share/man/man1/cabextract.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS