security/hpenc: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 23:46:30 +01:00
parent b0b15f99a2
commit ac29d867c8
1 changed files with 3 additions and 3 deletions

View File

@ -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>