git: 8b2206107f18 - main - databases/rrdman: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b2206107f1881edad413bc4a7d62294a38c2e79 commit 8b2206107f1881edad413bc4a7d62294a38c2e79 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 03:12:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 03:31:38 +0000 databases/rrdman: Moved man to share/man Approved by: portmgr (blanket) --- databases/rrdman/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/rrdman/Makefile b/databases/rrdman/Makefile index b71548990bf4..e9e19aa2a351 100644 --- a/databases/rrdman/Makefile +++ b/databases/rrdman/Makefile @@ -1,6 +1,6 @@ PORTNAME= rrdman PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= SF/rrfw/${PORTNAME}/${PORTVERSION} @@ -12,7 +12,8 @@ BUILD_DEPENDS= rrdtool:databases/rrdtool RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= YES +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= perl5 -PLIST_FILES= bin/rrd_hwreapply man/man1/rrd_hwreapply.1.gz +PLIST_FILES= bin/rrd_hwreapply share/man/man1/rrd_hwreapply.1.gz .include <bsd.port.mk>