git: 5f2f3f792137 - main - sysutils/iograph: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 05:44:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f2f3f792137cb0e83e8127f94f07a7316058b5e commit 5f2f3f792137cb0e83e8127f94f07a7316058b5e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:39:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 05:39:27 +0000 sysutils/iograph: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/iograph/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/iograph/Makefile b/sysutils/iograph/Makefile index ae19515e65d5..680d6cdd32cc 100644 --- a/sysutils/iograph/Makefile +++ b/sysutils/iograph/Makefile @@ -1,5 +1,6 @@ PORTNAME= iograph PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/iograph @@ -11,11 +12,12 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/iograph \ - man/man8/iograph.8.gz \ + share/man/man8/iograph.8.gz \ %%DATADIR%%/in.gif \ %%DATADIR%%/out.gif \ %%DATADIR%%/iograph.gif GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk>