OpenVPN20 doesn't create etc directory

I just installed OpenVPN20 from ports. The installation went fine, as far I can see. But for some reason the directory /usr/local/etc/openvpn is not created? :(
 
[CMD=""]mkdir -p /usr/local/etc/openvpn[/CMD]
[CMD=""]cd /usr/local/etc/openvpn[/CMD]
[CMD=""]cp -R /usr/local/share/doc/openvpn .[/CMD]
 
/usr/local/share/doc/openvpn also doesn't exist. In fact, /usr/local/share/doc/ only contains the file .keep
 
If you build the port with that variable set (or in /etc/make.conf) it won't install the documentation. Which, in this case, includes some sample configuration files.
 
Back
Top