git: 8aaf07e96ab0 - main - sysutils/socket: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:05:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8aaf07e96ab01f4b2c9e95064afd47be150f7f91 commit 8aaf07e96ab01f4b2c9e95064afd47be150f7f91 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:56:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:58 +0000 sysutils/socket: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/socket/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index 170ad1a16561..7d275dfd2e24 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -1,6 +1,6 @@ PORTNAME= socket PORTVERSION= 1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= https://wolfram.schneider.org/src/ LOCAL/wosch @@ -9,7 +9,9 @@ COMMENT= Create TCP socket and connect to stdin/out LICENSE= GPLv1 -PLIST_FILES= bin/socket man/man1/socket.1.gz +MAKE_ARGS= INSTALLMANPATH=${STAGEDIR}${PREFIX}/share/man + +PLIST_FILES= bin/socket share/man/man1/socket.1.gz OPTIONS_DEFINE= DOCS