git: c8b4ffa76f04 - main - net/libnfs: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 11:49:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8b4ffa76f04e173b4048a379f442e4086bab311 commit c8b4ffa76f04e173b4048a379f442e4086bab311 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 22:46:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 11:49:22 +0000 net/libnfs: Moved man to share/man Approved by: portmgr (blanket) --- net/libnfs/Makefile | 2 ++ net/libnfs/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index bf1635aff3a3..8c5cf554d3fd 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -1,6 +1,7 @@ PORTNAME= libnfs DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= snoe925@gmail.com @@ -18,6 +19,7 @@ USE_LDCONFIG= yes SHLIB= 14 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-werror PLIST_SUB= SHLIB=${SHLIB} diff --git a/net/libnfs/pkg-plist b/net/libnfs/pkg-plist index 227581c141de..c64af63e59fe 100644 --- a/net/libnfs/pkg-plist +++ b/net/libnfs/pkg-plist @@ -17,6 +17,6 @@ include/nfsc/libnfs-raw.h include/nfsc/libnfs-zdr.h include/nfsc/libnfs.h libdata/pkgconfig/libnfs.pc -man/man1/nfs-cat.1.gz -man/man1/nfs-cp.1.gz -man/man1/nfs-ls.1.gz +share/man/man1/nfs-cat.1.gz +share/man/man1/nfs-cp.1.gz +share/man/man1/nfs-ls.1.gz