Date: Mon, 26 Feb 2024 19:27:01 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 136b5cac35d4 - main - x11/wmappl: Moved man to share/man Message-ID: <202402261927.41QJR1A5018801@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=136b5cac35d43ddf3e26d7f0675ac3a3621f61b1 commit 136b5cac35d43ddf3e26d7f0675ac3a3621f61b1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 19:16:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 19:26:36 +0000 x11/wmappl: Moved man to share/man Approved by: portmgr (blanket) --- x11/wmappl/Makefile | 3 ++- x11/wmappl/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index 749520c05979..0bd68850cc67 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmappl PORTVERSION= 0.71 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 windowmaker MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg USE_XORG= ice sm x11 xext xpm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS IMLIB2 diff --git a/x11/wmappl/pkg-plist b/x11/wmappl/pkg-plist index 8bf79dce5d1b..4d18137da348 100644 --- a/x11/wmappl/pkg-plist +++ b/x11/wmappl/pkg-plist @@ -1,6 +1,6 @@ bin/wmappl -man/man1/wmappl.1.gz -man/man5/wmapplrc.5.gz +share/man/man1/wmappl.1.gz +share/man/man5/wmapplrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/cashterm.xpm %%DATADIR%%/cd.xpm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261927.41QJR1A5018801>