libtls: don't install netcat as nc.

Closes #32976.
This commit is contained in:
Leah Neukirchen 2021-09-18 23:53:55 +02:00
parent 86445edac4
commit 4632a3c788

View file

@ -1,7 +1,7 @@
# Template file for 'libtls'
pkgname=libtls
version=3.3.4
revision=1
revision=2
wrksrc="libressl-${version}"
build_style=gnu-configure
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
@ -48,7 +48,6 @@ pre_configure() {
do_install() {
make -C tls install DESTDIR="$DESTDIR"
make -C apps/nc install DESTDIR="$DESTDIR"
vlicense COPYING
if [ "$build_option_asm" ]; then
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams