1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net-mgmt/softflowd: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 07:52:33 +01:00
parent dba5690a31
commit 67b171370c
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,5 +1,6 @@
PORTNAME= softflowd
PORTVERSION= 1.0.0
PORTREVISION= 1
DISTVERSIONPREFIX= softflowd-
CATEGORIES= net-mgmt
@ -11,13 +12,14 @@ LICENSE= BSD2CLAUSE
USES= gmake autoreconf
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= irino
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= bin/softflowd bin/softflowctl \
man/man8/softflowd.8.gz \
man/man8/softflowctl.8.gz
share/man/man8/softflowd.8.gz \
share/man/man8/softflowctl.8.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS