git: 4cd61fb8d57a - main - devel/libvanessa_socket: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 22:26:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cd61fb8d57ab55a5e9672b92f06f9aea8c023cc commit 4cd61fb8d57ab55a5e9672b92f06f9aea8c023cc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 21:43:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 22:25:56 +0000 devel/libvanessa_socket: Moved man to share/man Approved by: portmgr (blanket) --- devel/libvanessa_socket/Makefile | 3 ++- devel/libvanessa_socket/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 3f56c126ecba..64418f82b234 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -1,6 +1,6 @@ PORTNAME= libvanessa_socket PORTVERSION= 0.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_socket/${PORTVERSION}/ DISTNAME= vanessa_socket-${PORTVERSION} @@ -15,6 +15,7 @@ LIB_DEPENDS= libvanessa_logger.so:devel/libvanessa_logger \ USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/libvanessa_socket/pkg-plist b/devel/libvanessa_socket/pkg-plist index 453f6af17a1e..17454fd633f8 100644 --- a/devel/libvanessa_socket/pkg-plist +++ b/devel/libvanessa_socket/pkg-plist @@ -5,4 +5,4 @@ lib/libvanessa_socket.so lib/libvanessa_socket.so.2 lib/libvanessa_socket.so.2.1.0 libdata/pkgconfig/vanessa-socket.pc -man/man1/vanessa_socket_pipe.1.gz +share/man/man1/vanessa_socket_pipe.1.gz