Date: Mon, 26 Feb 2024 18:41:00 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: 07e6bdccec9a - main - x11/imwheel: Moved man to share/man Message-ID: <202402261841.41QIf0kX043980@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=07e6bdccec9a19c00a654a4c1467735e22f8376b commit 07e6bdccec9a19c00a654a4c1467735e22f8376b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 18:25:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 18:40:34 +0000 x11/imwheel: Moved man to share/man Approved by: portmgr (blanket) --- x11/imwheel/Makefile | 3 ++- x11/imwheel/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile index dd76c4b6cb44..6e83289a9239 100644 --- a/x11/imwheel/Makefile +++ b/x11/imwheel/Makefile @@ -1,6 +1,6 @@ PORTNAME= imwheel DISTVERSION= 1.0.0pre12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ftp://jcatki.no-ip.org/pub/imwheel/ \ SF/${PORTNAME}/${PORTNAME}-source/${DISTVERSION} @@ -16,6 +16,7 @@ USES= dos2unix gmake xorg USE_XORG= x11 xpm xtst xext xmu DOS2UNIX_FILES= getopt/getopt.c GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-gpm OPTIONS_DEFINE= DOCS diff --git a/x11/imwheel/pkg-plist b/x11/imwheel/pkg-plist index 161e5fcde3e4..5de3826c8e6f 100644 --- a/x11/imwheel/pkg-plist +++ b/x11/imwheel/pkg-plist @@ -1,5 +1,5 @@ bin/imwheel etc/imwheelrc -man/man1/imwheel.1.gz +share/man/man1/imwheel.1.gz %%PORTDOCS%%%%DOCSDIR%%/EMACS %%PORTDOCS%%%%DOCSDIR%%/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261841.41QIf0kX043980>