mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/softflowd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
dba5690a31
commit
67b171370c
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= softflowd
|
PORTNAME= softflowd
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONPREFIX= softflowd-
|
DISTVERSIONPREFIX= softflowd-
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
|
@ -11,13 +12,14 @@ LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= gmake autoreconf
|
USES= gmake autoreconf
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= irino
|
GH_ACCOUNT= irino
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
PLIST_FILES= bin/softflowd bin/softflowctl \
|
PLIST_FILES= bin/softflowd bin/softflowctl \
|
||||||
man/man8/softflowd.8.gz \
|
share/man/man8/softflowd.8.gz \
|
||||||
man/man8/softflowctl.8.gz
|
share/man/man8/softflowctl.8.gz
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue