git: 3d767330db6c - main - devel/socket_wrapper: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 13:03:57 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d767330db6c00bb096510ccc7bd6774ad3e4a40
commit 3d767330db6c00bb096510ccc7bd6774ad3e4a40
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 12:32:24 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 13:03:24 +0000
devel/socket_wrapper: Move man pages to share/man
Approved by: portmgr (blanket)
---
devel/socket_wrapper/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile
index af8775b2cf09..3d33b3b68139 100644
--- a/devel/socket_wrapper/Makefile
+++ b/devel/socket_wrapper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= socket_wrapper
PORTVERSION= 1.1.9
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap
@@ -20,7 +21,6 @@ CFLAGS_powerpc64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
CFLAGS_powerpc64le= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
CFLAGS_powerpcspe= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
CFLAGS_riscv64= -Wno-error=int-to-pointer-cast -Wno-error=pointer-to-int-cast
-CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST
@@ -35,7 +35,7 @@ PLIST_FILES= libdata/pkgconfig/socket_wrapper.pc \
lib/libsocket_wrapper.so.0.1.9 \
lib/libsocket_wrapper.so.0 \
lib/libsocket_wrapper.so \
- man/man1/socket_wrapper.1.gz
+ share/man/man1/socket_wrapper.1.gz
post-configure:
${REINPLACE_CMD} -Ee '/HAVE_FALLTHROUGH_ATTRIBUTE/d' \