git: 19a4d703ad08 - main - x11-fonts/mkfontscale: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 21:51:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=19a4d703ad08c5190b97533f8b611a0a7e9b0409 commit 19a4d703ad08c5190b97533f8b611a0a7e9b0409 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 20:54:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 21:51:21 +0000 x11-fonts/mkfontscale: Impelled to share/man Approved by: portmgr (blanket) --- x11-fonts/mkfontscale/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile index 8de2a32a5296..83d45087ea5b 100644 --- a/x11-fonts/mkfontscale/Makefile +++ b/x11-fonts/mkfontscale/Makefile @@ -1,5 +1,6 @@ PORTNAME= mkfontscale PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org @@ -14,9 +15,11 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 USES= xorg xorg-cat:app USE_XORG= xorgproto fontenc +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + PLIST_FILES= bin/mkfontdir \ bin/mkfontscale \ - man/man1/mkfontdir.1.gz \ - man/man1/mkfontscale.1.gz + share/man/man1/mkfontdir.1.gz \ + share/man/man1/mkfontscale.1.gz .include <bsd.port.mk>