mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
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>
4 lines
119 B
Bash
4 lines
119 B
Bash
#! /bin/sh
|
|
: ${EASYRSA:="%%PREFIX%%/share/easy-rsa"}
|
|
export EASYRSA
|
|
exec "%%PREFIX%%/share/easy-rsa/easyrsa.real" "$@"
|