Skip to content

Commit

Permalink
net-mgmt/softflowd: 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 25, 2024
1 parent dba5690 commit 67b1713
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions net-mgmt/softflowd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= softflowd
PORTVERSION= 1.0.0
PORTREVISION= 1
DISTVERSIONPREFIX= softflowd-
CATEGORIES= net-mgmt

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

0 comments on commit 67b1713

Please sign in to comment.