Skip to content

Commit

Permalink
sysutils/socket: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 7682ef1 commit 8aaf07e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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

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

Expand Down

0 comments on commit 8aaf07e

Please sign in to comment.