git: d7a67ca0286d - main - x11/xrdb: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 14:09:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7a67ca0286dd316075cded3edb17748264ec22b commit d7a67ca0286dd316075cded3edb17748264ec22b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 13:48:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 14:08:34 +0000 x11/xrdb: Moved man to share/man Approved by: portmgr (blanket) --- x11/xrdb/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index 378906fdb4e2..5749500c8389 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,5 +1,6 @@ PORTNAME= xrdb PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -11,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= xmuu x11 -PLIST_FILES= bin/xrdb man/man1/xrdb.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/xrdb share/man/man1/xrdb.1.gz .include <bsd.port.mk>