git: dc82e3b0ff44 - main - x11/xset: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 12:40:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc82e3b0ff4473ed245417a83340ff35155627f9 commit dc82e3b0ff4473ed245417a83340ff35155627f9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 12:10:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 12:36:32 +0000 x11/xset: Moved man to share/man Approved by: portmgr (blanket) --- x11/xset/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/xset/Makefile b/x11/xset/Makefile index c319033ccfff..5c8dff987080 100644 --- a/x11/xset/Makefile +++ b/x11/xset/Makefile @@ -1,5 +1,6 @@ PORTNAME= xset PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -11,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= xmuu x11 xext + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-xf86misc \ --without-fontcache -PLIST_FILES= bin/xset man/man1/xset.1.gz +PLIST_FILES= bin/xset share/man/man1/xset.1.gz .include <bsd.port.mk>