Skip to content

Commit

Permalink
security/aescrypt: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 9853e4a commit c6832ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions 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

0 comments on commit c6832ad

Please sign in to comment.