git: 0f6d0a887e2e - main - net/libndp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f6d0a887e2e7370a67445e9f1f4548c0fcffcf7 commit 0f6d0a887e2e7370a67445e9f1f4548c0fcffcf7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:49:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:51 +0000 net/libndp: Moved man to share/man Approved by: portmgr (blanket) --- net/libndp/Makefile | 2 ++ net/libndp/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libndp/Makefile b/net/libndp/Makefile index 6ff0df340d4d..ae0518b8baf0 100644 --- a/net/libndp/Makefile +++ b/net/libndp/Makefile @@ -1,5 +1,6 @@ PORTNAME= libndp PORTVERSION= 1.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/net/libndp/pkg-plist b/net/libndp/pkg-plist index 3de754a2be60..044639030ee8 100644 --- a/net/libndp/pkg-plist +++ b/net/libndp/pkg-plist @@ -5,4 +5,4 @@ lib/libndp.so lib/libndp.so.0 lib/libndp.so.0.2.0 libdata/pkgconfig/libndp.pc -man/man8/ndptool.8.gz +share/man/man8/ndptool.8.gz