git: 19402e1ddbf5 - main - x11-fonts/bdfresize: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:03:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=19402e1ddbf55bfd8f6e257c8b89d55e66861f33 commit 19402e1ddbf55bfd8f6e257c8b89d55e66861f33 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:01:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:01:44 +0000 x11-fonts/bdfresize: Moved man to share/man Approved by: portmgr (blanket) --- x11-fonts/bdfresize/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-fonts/bdfresize/Makefile b/x11-fonts/bdfresize/Makefile index a954038e75b9..acf494e6ca0c 100644 --- a/x11-fonts/bdfresize/Makefile +++ b/x11-fonts/bdfresize/Makefile @@ -1,6 +1,6 @@ PORTNAME= bdfresize PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/ @@ -12,7 +12,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/bdfresize \ - man/man1/bdfresize.1.gz + share/man/man1/bdfresize.1.gz .include <bsd.port.mk>