From 4632a3c788f0529b5b45b033aebb25bcfd8aa16b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 18 Sep 2021 23:53:55 +0200 Subject: [PATCH] libtls: don't install netcat as nc. Closes #32976. --- srcpkgs/libtls/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template index ea6126acf50..17b68a68d39 100644 --- a/srcpkgs/libtls/template +++ b/srcpkgs/libtls/template @@ -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