git: b329cdeaa3a3 - main - sysutils/xin: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:42:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b329cdeaa3a3d984cb7e81d9381f7a3e2247e27a commit b329cdeaa3a3d984cb7e81d9381f7a3e2247e27a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:41:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:41:08 +0000 sysutils/xin: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/xin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index 9eb8efdbe7f9..e205ed0175a4 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xin PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SUNSITE/utils/file @@ -12,6 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= bin/xin man/man1/xin.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +PLIST_FILES= bin/xin share/man/man1/xin.1.gz .include <bsd.port.mk>