git: 0a8130613ccb - main - security/sudoscript: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 13:46:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a8130613ccb4cffa897e759c3b29d0534b3f530 commit 0a8130613ccb4cffa897e759c3b29d0534b3f530 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:29:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:29:02 +0000 security/sudoscript: Moved man to share/man Approved by: portmgr (blanket) --- security/sudoscript/Makefile | 3 ++- security/sudoscript/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 740c6916efa0..9cfbf291cc55 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -1,5 +1,6 @@ PORTNAME= sudoscript PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION} @@ -8,7 +9,7 @@ COMMENT= Audited shells in Perl with sudo(8) and script(1) WWW= https://www.egbok.com/sudoscript USES= perl5 gmake -MAKE_ARGS= PERLPATH=${PERL} +MAKE_ARGS= PERLPATH=${PERL} MANPREFIX=${PREFIX}/share/man MAKE_ENV= SSRPM=yes NO_ARCH= yes diff --git a/security/sudoscript/pkg-plist b/security/sudoscript/pkg-plist index 5cca796da605..e7e7aaab9924 100644 --- a/security/sudoscript/pkg-plist +++ b/security/sudoscript/pkg-plist @@ -28,8 +28,8 @@ share/doc/sudoscript-2.1.2/sudoshell-src.html share/doc/sudoscript-2.1.2/sudoshell.1.html share/doc/sudoscript-2.1.2/xsl/egbokdoc.xsl share/doc/sudoscript-2.1.2/xsl/egbokdoc2fop.xsl -man/man1/ss.1.gz -man/man1/sudoshell.1.gz -man/man3/Sudoscript.3pm.gz -man/man8/sudoscript.8.gz -man/man8/sudoscriptd.8.gz +share/man/man1/ss.1.gz +share/man/man1/sudoshell.1.gz +share/man/man3/Sudoscript.3pm.gz +share/man/man8/sudoscript.8.gz +share/man/man8/sudoscriptd.8.gz