sysutils/hwstat: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-03-06 09:54:25 +01:00
parent 11350036f6
commit 343039f3de

View file

@ -1,5 +1,6 @@
PORTNAME= hwstat PORTNAME= hwstat
PORTVERSION= 0.5.1 PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/ MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/
@ -11,7 +12,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USES= uidfix USES= uidfix
MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/share/man/man
PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz PLIST_FILES= bin/hwstat share/man/man1/hwstat.1.gz
.include <bsd.port.mk> .include <bsd.port.mk>