git: 1a53b99fd5aa - main - x11-fonts/gbdfed: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:52:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a53b99fd5aa972615e62f5f19ed6f823d6abdf4 commit 1a53b99fd5aa972615e62f5f19ed6f823d6abdf4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:04:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:23 +0000 x11-fonts/gbdfed: Moved man to share/man Approved by: portmgr (blanket) --- x11-fonts/gbdfed/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index 26dcc22bf769..6fd63059d5ba 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbdfed PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/gbdfed/ @@ -13,9 +13,10 @@ LICENSE= MIT USES= gettext gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/gbdfed \ - man/man1/gbdfed.1.gz + share/man/man1/gbdfed.1.gz .include <bsd.port.mk>