git: 06ae56b6072d - main - security/aespipe: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:51:54 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06ae56b6072df0e9acbea28f3e99bbb88c1c5121
commit 06ae56b6072df0e9acbea28f3e99bbb88c1c5121
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:37:18 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:51:34 +0000
security/aespipe: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/aespipe/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/security/aespipe/Makefile b/security/aespipe/Makefile
index 44521d80c13d..7ad2ef29b947 100644
--- a/security/aespipe/Makefile
+++ b/security/aespipe/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aespipe
PORTVERSION= 2.4e
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= security
MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \
@@ -17,7 +18,7 @@ USES= tar:bzip2
GNU_CONFIGURE= yes
TEST_TARGET= tests
-PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz
+PLIST_FILES= bin/aespipe share/man/man1/aespipe.1.gz
OPTIONS_DEFINE_amd64= ASM INTEL PADLOCK
OPTIONS_DEFINE_i386= ASM INTEL PADLOCK
@@ -35,6 +36,6 @@ PADLOCK_IMPLIES= ASM
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>