aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:34:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:42:28 +0000
commitc6832ad6300a197c9bb83c3c706dbfbd660476d4 (patch)
tree4faa9700c3dd74e8d7548ce737ab41ab9c47a36d
parent9853e4aabe22835771d6b9b9f2b2879fb47cc551 (diff)
downloadports-c6832ad6300a197c9bb83c3c706dbfbd660476d4.tar.gz
ports-c6832ad6300a197c9bb83c3c706dbfbd660476d4.zip
security/aescrypt: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--security/aescrypt/Makefile4
-rw-r--r--security/aescrypt/pkg-plist4
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