aboutsummaryrefslogtreecommitdiff
path: root/security/hpenc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:46:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:51:37 +0000
commitac29d867c83069cd0e9e58876ddf99a2e99e68ac (patch)
treeb3bb7625b2d441550e9b09048ae716cbfb453c1f /security/hpenc
parentb0b15f99a240955a8aabdbf2b07af8b9025c435e (diff)
downloadports-ac29d867c83069cd0e9e58876ddf99a2e99e68ac.tar.gz
ports-ac29d867c83069cd0e9e58876ddf99a2e99e68ac.zip
security/hpenc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'security/hpenc')
-rw-r--r--security/hpenc/Makefile6
1 files 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>