git: b1d57962b534 - main - converters/mpack: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 10:32:26 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1d57962b5349f4f313e5e7ca6e0c781cb8a34ad commit b1d57962b5349f4f313e5e7ca6e0c781cb8a34ad Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-13 10:32:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-13 10:32:16 +0000 converters/mpack: use ${PREFIX}/share/man --- converters/mpack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/converters/mpack/Makefile b/converters/mpack/Makefile index a87a8eb43ccf..641170906471 100644 --- a/converters/mpack/Makefile +++ b/converters/mpack/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpack PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters mail news MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/ @@ -12,8 +12,9 @@ USES= cpe CPE_VENDOR= mpack_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/mpack bin/munpack \ - man/man1/mpack.1.gz man/man1/munpack.1.gz + share/man/man1/mpack.1.gz share/man/man1/munpack.1.gz .include <bsd.port.mk>