git: d958fc769b98 - main - net-mgmt/pads: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 06:50:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d958fc769b98d081a4dbccecc79f5862d0047a8f commit d958fc769b98d081a4dbccecc79f5862d0047a8f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:48:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:48:35 +0000 net-mgmt/pads: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/pads/Makefile | 3 ++- net-mgmt/pads/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index 18776603ebb5..4da5107d28af 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -1,6 +1,6 @@ PORTNAME= pads PORTVERSION= 1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= SF/passive/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,5 +16,6 @@ USE_CSTD= gnu89 LIB_DEPENDS= libpcre.so:devel/pcre GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk> diff --git a/net-mgmt/pads/pkg-plist b/net-mgmt/pads/pkg-plist index 0b086b6729e5..781e96e995b5 100644 --- a/net-mgmt/pads/pkg-plist +++ b/net-mgmt/pads/pkg-plist @@ -9,6 +9,6 @@ etc/pads.conf %%DATADIR%%/ChangeLog %%DATADIR%%/INSTALL %%DATADIR%%/README -man/man8/pads-report.8.gz -man/man8/pads.8.gz -man/man8/pads.conf.8.gz +share/man/man8/pads-report.8.gz +share/man/man8/pads.8.gz +share/man/man8/pads.conf.8.gz