diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile index 6cd55c8c50b1..3f4b9fb57983 100644 --- a/net-mgmt/softflowd/Makefile +++ b/net-mgmt/softflowd/Makefile @@ -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