git: d9072b143696 - main - security/vlock: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 13:52:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9072b143696e58adedcb7f3c15ed02e67ddbac9 commit d9072b143696e58adedcb7f3c15ed02e67ddbac9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 13:34:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 13:52:02 +0000 security/vlock: Sanitize MANPREFIX Approved by: portmgr (blanket) --- security/vlock/Makefile | 4 ++-- security/vlock/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/vlock/Makefile b/security/vlock/Makefile index 8703e1ec3c51..2e7d93fd683b 100644 --- a/security/vlock/Makefile +++ b/security/vlock/Makefile @@ -1,6 +1,6 @@ PORTNAME= vlock PORTVERSION= 2.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://cthulhu.c3d2.de/~toidinamai/vlock/archive/ \ LOCAL/martymac @@ -14,7 +14,7 @@ LICENSE= GPLv2 HAS_CONFIGURE= yes CONFIGURE_ARGS= --enable-plugins --enable-pam \ --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man \ + --mandir=${PREFIX}/share/man \ --with-modules="${VLOCKMODULES}" \ --with-scripts="${VLOCKSCRIPTS}" \ VLOCK_GROUP="nobody" \ diff --git a/security/vlock/pkg-plist b/security/vlock/pkg-plist index f0d9b8cdbf8e..8164bf5ccdca 100644 --- a/security/vlock/pkg-plist +++ b/security/vlock/pkg-plist @@ -1,7 +1,7 @@ bin/vlock -man/man1/vlock.1.gz -man/man5/vlock-plugins.5.gz -man/man8/vlock-main.8.gz +share/man/man1/vlock.1.gz +share/man/man5/vlock-plugins.5.gz +share/man/man8/vlock-main.8.gz %%VLOCKSCRIPTS%%lib/vlock/scripts/amarok %%VLOCKSCRIPTS%%lib/vlock/scripts/example_script %%VLOCKSCRIPTS%%lib/vlock/scripts/mplayer