From ae3f3fcabe90b7e7f6db306037a5abab9a5c71d4 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 26 Feb 2024 18:05:03 +0100 Subject: [PATCH] x11-fonts/showfont: Moved man to share/man Approved by: portmgr (blanket) --- x11-fonts/showfont/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index e536672defcd5..03d845d0cdbe3 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -1,5 +1,6 @@ PORTNAME= showfont PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org @@ -9,6 +10,8 @@ WWW= https://www.x.org/ USES= xorg xorg-cat:app USE_XORG= libfs xorgproto -PLIST_FILES= bin/showfont man/man1/showfont.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/showfont share/man/man1/showfont.1.gz .include