git: c6832ad6300a - main - security/aescrypt: Sanitize MANPREFIX

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 21 Jan 2024 21:43:00 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c6832ad6300a197c9bb83c3c706dbfbd660476d4

commit c6832ad6300a197c9bb83c3c706dbfbd660476d4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:34:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 21:42:28 +0000

    security/aescrypt: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 security/aescrypt/Makefile  | 4 ++--
 security/aescrypt/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile
index 12e9835b432f..580f8a8c3320 100644
--- a/security/aescrypt/Makefile
+++ b/security/aescrypt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aescrypt
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
 
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 .for f in ${BINS}
 	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 .endfor
 
 do-install-DOCS-on:
diff --git a/security/aescrypt/pkg-plist b/security/aescrypt/pkg-plist
index 21d6bc298ee9..2713919febf7 100644
--- a/security/aescrypt/pkg-plist
+++ b/security/aescrypt/pkg-plist
@@ -1,5 +1,5 @@
 bin/aescrypt
 bin/aesget
-man/man1/aescrypt.1.gz
-man/man1/aesget.1.gz
+share/man/man1/aescrypt.1.gz
+share/man/man1/aesget.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.html