git: 87e0c76f279c - main - archivers/xar: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 11:08:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=87e0c76f279c47ee760d91787158bba7c2f59e73 commit 87e0c76f279c47ee760d91787158bba7c2f59e73 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-21 10:30:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-21 11:08:27 +0000 archivers/xar: Moved man to share/man Approved by: portmgr (blanket) --- archivers/xar/Makefile | 3 ++- archivers/xar/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index 95153127761e..0b9a685e5895 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -1,6 +1,6 @@ PORTNAME= xar PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= https://github.com/downloads/mackyle/xar/ \ GENTOO @@ -23,6 +23,7 @@ USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= ac_cv_lib_crypto_OpenSSL_add_all_ciphers=yes post-install: diff --git a/archivers/xar/pkg-plist b/archivers/xar/pkg-plist index 4687387ffdbf..68c9d0f46e41 100644 --- a/archivers/xar/pkg-plist +++ b/archivers/xar/pkg-plist @@ -3,4 +3,4 @@ include/xar/xar.h lib/libxar.a lib/libxar.so lib/libxar.so.1 -man/man1/xar.1.gz +share/man/man1/xar.1.gz