git: ce51c94387c6 - main - x11-fonts/xfsinfo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:52:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce51c94387c6141293c1adb40be2793cdf072547 commit ce51c94387c6141293c1adb40be2793cdf072547 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:06:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:25 +0000 x11-fonts/xfsinfo: Moved man to share/man Approved by: portmgr (blanket) --- x11-fonts/xfsinfo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-fonts/xfsinfo/Makefile b/x11-fonts/xfsinfo/Makefile index 8d22ed3217b0..0ed2010e4ecd 100644 --- a/x11-fonts/xfsinfo/Makefile +++ b/x11-fonts/xfsinfo/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfsinfo PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org @@ -12,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 libfs -PLIST_FILES= bin/xfsinfo man/man1/xfsinfo.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/xfsinfo share/man/man1/xfsinfo.1.gz .include <bsd.port.mk>