ports/security/easy-rsa/files/easyrsa.in
Matthias Andree 843ad7c6d0 Update security/easy-rsa to major release 3.0.1.
Move a copy of the older package to security/easy-rsa2,
add CONFLICTS_INSTALL markers, and an UPDATING entry.

Changelog: <https://github.com/OpenVPN/easy-rsa/releases>
2016-01-11 23:23:01 +00:00

4 lines
119 B
Bash

#! /bin/sh
: ${EASYRSA:="%%PREFIX%%/share/easy-rsa"}
export EASYRSA
exec "%%PREFIX%%/share/easy-rsa/easyrsa.real" "$@"