Date: Sat, 23 Mar 2024 20:41:01 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52e5e2118553 - main - x11/scripts: Move man pages to share/man Message-ID: <202403232041.42NKf1EX090229@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=52e5e21185535908d9e76616654018174717cafe commit 52e5e21185535908d9e76616654018174717cafe Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-23 18:46:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-23 20:40:43 +0000 x11/scripts: Move man pages to share/man Approved by: portmgr (blanket) --- x11/scripts/Makefile | 5 ++++- x11/scripts/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/x11/scripts/Makefile b/x11/scripts/Makefile index 07271b91158e..10ad1dc8e8ce 100644 --- a/x11/scripts/Makefile +++ b/x11/scripts/Makefile @@ -1,6 +1,6 @@ PORTNAME= scripts PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -12,6 +12,9 @@ RUN_DEPENDS= ksh:shells/pdksh USES= shebangfix xorg xorg-cat:app USE_XORG= x11 +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + post-patch: @${REINPLACE_CMD} -e 's|XCOMM!/bin/ksh|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp diff --git a/x11/scripts/pkg-plist b/x11/scripts/pkg-plist index 976030aa677f..8720a1f20245 100644 --- a/x11/scripts/pkg-plist +++ b/x11/scripts/pkg-plist @@ -2,4 +2,4 @@ bin/xauth_switch_to_sun-des-1 bin/fontname.sh bin/fontprop.sh bin/xon -man/man1/xon.1.gz +share/man/man1/xon.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403232041.42NKf1EX090229>