Skip to content

Commit

Permalink
security/sks: 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 f85e9e1 commit 6684dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions security/sks/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sks
PORTVERSION= 1.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://bitbucket.org/skskeyserver/sks-keyserver/downloads/

Expand All @@ -24,7 +24,7 @@ SHEBANG_FILES= sks_build.sh
MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \
BDBLIB="-L${BDB_LIB_DIR}" \
LIBDB="-l${BDB_LIB_NAME}" \
MANDIR="${MANPREFIX}/man"
MANDIR="${PREFIX}/share/man"

SUB_FILES= pkg-message

Expand Down
2 changes: 1 addition & 1 deletion security/sks/pkg-plist
@@ -1,7 +1,7 @@
bin/sks
bin/sks_add_mail
bin/sks_build.sh
man/man8/sks.8.gz
share/man/man8/sks.8.gz
%%PORTDOCS%%%%DOCSDIR%%/BUGS
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/TODO
Expand Down

0 comments on commit 6684dc9

Please sign in to comment.