git: e166c09a9416 - main - sysutils/acltool: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 14:30:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e166c09a9416de0579bb99ce23f65c7e1bf41b11 commit e166c09a9416de0579bb99ce23f65c7e1bf41b11 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:50:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:21 +0000 sysutils/acltool: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/acltool/Makefile | 2 ++ sysutils/acltool/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sysutils/acltool/Makefile b/sysutils/acltool/Makefile index 5e376312735e..66e9a4268258 100644 --- a/sysutils/acltool/Makefile +++ b/sysutils/acltool/Makefile @@ -1,6 +1,7 @@ PORTNAME= acltool DISTVERSIONPREFIX= v DISTVERSION= 1.16.2 +PORTREVISION= 1 CATEGORIES= sysutils security MAINTAINER= pen@lysator.liu.se @@ -33,6 +34,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/acltool/pkg-plist b/sysutils/acltool/pkg-plist index 325a922853c9..7c4aa10106a5 100644 --- a/sysutils/acltool/pkg-plist +++ b/sysutils/acltool/pkg-plist @@ -2,7 +2,7 @@ bin/acltool bin/edac bin/lac bin/sac -man/man1/acltool.1.gz -man/man1/edac.1.gz -man/man1/lac.1.gz -man/man1/sac.1.gz +share/man/man1/acltool.1.gz +share/man/man1/edac.1.gz +share/man/man1/lac.1.gz +share/man/man1/sac.1.gz