dns/unbound: Fix packaging with PYTHON option enabled
- Fix packaging with PYTHON option enabled While I'm here, pet portlint. PR: 193057 Reported by: Jaret Bartsch <jaretbartsch at yahoo dot ca> Reviewed by: antoine Approved by: portmgr (blanket: packaging)
This commit is contained in:
parent
661063f68f
commit
e236906109
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366293
@ -32,7 +32,6 @@ PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN}
|
||||
OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT
|
||||
OPTIONS_DEFAULT=THREADS ECDSA
|
||||
|
||||
|
||||
LIBEVENT_DESC= Build against libevent (devel/libevent2)
|
||||
GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0)
|
||||
ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
|
||||
|
@ -50,7 +50,8 @@ sbin/unbound-control-setup
|
||||
sbin/unbound-host
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.2.1
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
|
||||
%%MUNIN%%etc/munin/plugins/unbound_munin_by_class
|
||||
|
Loading…
Reference in New Issue
Block a user