Date: Mon, 26 Feb 2024 06:35:41 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: 62594281fab4 - main - sysutils/pwol: Moved man to share/man Message-ID: <202402260635.41Q6Zfhi004695@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=62594281fab45d4e58acb0e4908153d428934a2f commit 62594281fab45d4e58acb0e4908153d428934a2f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:33:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:33:55 +0000 sysutils/pwol: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/pwol/Makefile | 2 ++ sysutils/pwol/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/pwol/Makefile b/sysutils/pwol/Makefile index aa85e2c21e06..e0575fd37473 100644 --- a/sysutils/pwol/Makefile +++ b/sysutils/pwol/Makefile @@ -1,6 +1,7 @@ PORTNAME= pwol DISTVERSIONPREFIX= v DISTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pen@lysator.liu.se @@ -14,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= ptrrkssn GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/sysutils/pwol/pkg-plist b/sysutils/pwol/pkg-plist index 06c40c587f98..30ff9e8aebaf 100644 --- a/sysutils/pwol/pkg-plist +++ b/sysutils/pwol/pkg-plist @@ -1,4 +1,4 @@ bin/pwol -man/man1/pwol.1.gz -man/man5/pwol.conf.5.gz +share/man/man1/pwol.1.gz +share/man/man5/pwol.conf.5.gz @sample etc/pwol.conf.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260635.41Q6Zfhi004695>