git: ac29d867c830 - main - security/hpenc: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:52:09 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac29d867c83069cd0e9e58876ddf99a2e99e68ac
commit ac29d867c83069cd0e9e58876ddf99a2e99e68ac
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:46:30 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:51:37 +0000
security/hpenc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/hpenc/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index c9de029c792a..42cfb7eb56cc 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hpenc
PORTVERSION= 3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= vsevolod@FreeBSD.org
@@ -15,10 +15,10 @@ USES= cmake compiler:c++11-lib ssl
USE_GITHUB= yes
GH_ACCOUNT= vstakhov
-PLIST_FILES= bin/hpenc bin/hpenc-${PORTVERSION} man/man1/hpenc.1.gz
+PLIST_FILES= bin/hpenc bin/hpenc-${PORTVERSION} share/man/man1/hpenc.1.gz
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/hpenc.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/hpenc.1 ${STAGEDIR}${PREFIX}/share/man/man1
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hpenc
.include <bsd.port.mk>