Skip to content

Commit

Permalink
security/openvpn: fix up ${name}_flags option
Browse files Browse the repository at this point in the history
was broken in previous commit; bumping PORTREVISION again

PR:		266796
  • Loading branch information
VVD authored and mandree committed Oct 4, 2022
1 parent 61392a0 commit ae6cc1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/openvpn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openvpn
DISTVERSION= 2.5.7
PORTREVISION?= 2
PORTREVISION?= 3
CATEGORIES= security net net-vpn
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
https://build.openvpn.net/downloads/releases/ \
Expand Down
2 changes: 1 addition & 1 deletion security/openvpn/files/openvpn.in
Expand Up @@ -130,7 +130,7 @@ eval ": \${${name}_dir:=\"%%PREFIX%%/etc/openvpn\"}"
configfile="$(eval echo \${${name}_configfile})"
dir="$(eval echo \${${name}_dir})"
interfaces="$(eval echo \${${name}_if})"
flags="$(eval echo \${$name}_flags})"
flags="$(eval echo \${${name}_flags})"

required_modules=
for i in $interfaces ; do
Expand Down

0 comments on commit ae6cc1b

Please sign in to comment.