Skip to content

Commit

Permalink
security/git-crypt: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent b340773 commit 758678e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/git-crypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= git-crypt
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.agwa.name/projects/git-crypt/downloads/ \
LOCAL/ashish/
Expand All @@ -22,9 +23,9 @@ MAKE_ENV+= PREFIX=${PREFIX} "CXXFLAGS=${CXXFLAGS}" \
MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \
docbook-xsl>=0:textproc/docbook-xsl
MANPAGES_MAKE_ARGS= ENABLE_MAN=yes \
MANDIR=${MANPREFIX}/man \
MANDIR=${PREFIX}/share/man \
DOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz

USES= compiler:c++11-lang gmake ssl

Expand Down

0 comments on commit 758678e

Please sign in to comment.