sysutils/socket: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 07:56:54 +01:00
parent 7682ef1b9d
commit 8aaf07e96a
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 4 additions and 2 deletions

View File

@ -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