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