summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/hwstat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile
index a7c415f14ae1..e15f7c1e865b 100644
--- a/sysutils/hwstat/Makefile
+++ b/sysutils/hwstat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hwstat
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/
@@ -11,7 +12,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= uidfix
-MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
-PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz
+MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man
+PLIST_FILES= bin/hwstat share/man/man1/hwstat.1.gz
.include <bsd.port.mk>