Skip to content

Commit

Permalink
net/wireguard-tools: 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 73e2b9c commit 6db9a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/wireguard-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wireguard-tools
PORTVERSION= 1.0.20210914
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net net-vpn
MASTER_SITES= https://git.zx2c4.com/wireguard-tools/snapshot/

Expand All @@ -19,7 +19,7 @@ USES= gmake tar:xz
WRKSRC_SUBDIR= src

MAKE_ARGS+= DEBUG=no WITH_BASHCOMPLETION=yes WITH_SYSTEMDUNITS=no
MAKE_ENV+= MANDIR="${MANPREFIX}/man" \
MAKE_ENV+= MANDIR="${PREFIX}/share/man" \
SYSCONFDIR="${PREFIX}/etc"

OPTIONS_DEFINE= WGQUICK
Expand Down
4 changes: 2 additions & 2 deletions net/wireguard-tools/pkg-plist
@@ -1,7 +1,7 @@
bin/wg
%%WGQUICK%%bin/wg-quick
%%WGQUICK%%man/man8/wg-quick.8.gz
man/man8/wg.8.gz
%%WGQUICK%%share/man/man8/wg-quick.8.gz
share/man/man8/wg.8.gz
share/bash-completion/completions/wg
%%WGQUICK%%share/bash-completion/completions/wg-quick
%%WGQUICK%%@dir etc/wireguard

0 comments on commit 6db9a9a

Please sign in to comment.