git: a824fa896bc1 - main - sysutils/archivemount: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 14:30:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a824fa896bc1efcde491f256051b6cd2d7ae9664 commit a824fa896bc1efcde491f256051b6cd2d7ae9664 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:58:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:25 +0000 sysutils/archivemount: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/archivemount/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index ffd292a2ca79..cd392edc1786 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -1,5 +1,6 @@ PORTNAME= archivemount DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://www.cybernoia.de/software/archivemount/ @@ -12,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse iconv libarchive pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/archivemount \ - man/man1/archivemount.1.gz \ + share/man/man1/archivemount.1.gz \ sbin/mount_archive SUB_FILES= pkg-message