Date: Sun, 25 Feb 2024 11:33: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: 48f50922844f - main - net/wol: Moved man to share/man Message-ID: <202402251133.41PBX0B1068284@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=48f50922844fbc96662e8b2468b9cf29ba82b76f commit 48f50922844fbc96662e8b2468b9cf29ba82b76f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:53:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:31 +0000 net/wol: Moved man to share/man Approved by: portmgr (blanket) --- net/wol/Makefile | 3 ++- net/wol/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/wol/Makefile b/net/wol/Makefile index 2f6fd404eef6..67b358cb54b5 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,6 +1,6 @@ PORTNAME= wol PORTVERSION= 0.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/ahh/OldFiles @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase perl5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_PERL5= build INFO= wol diff --git a/net/wol/pkg-plist b/net/wol/pkg-plist index 98f4cde90b1d..5be9149523f7 100644 --- a/net/wol/pkg-plist +++ b/net/wol/pkg-plist @@ -1,7 +1,7 @@ bin/wol bin/wol-bootptab bin/wol-dhcpdconf -man/man1/wol.1.gz +share/man/man1/wol.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251133.41PBX0B1068284>