wok-next diff openssh/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents f48456621a9d
children
line diff
     1.1 --- a/openssh/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/openssh/receipt	Thu Apr 16 16:31:49 2020 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="openssl-dev zlib-dev openssl-dev perl mdocml-dev pam-dev" # groff
     1.8 -SPLIT="openssh openssh-pam:pam"
     1.9 +BUILD_DEPENDS="openssl-dev zlib-dev openssl-dev perl mandoc-dev pam-dev" # groff
    1.10 +SPLIT="$PACKAGE-pam:pam"
    1.11  
    1.12  compile_rules() {
    1.13  	install -m700 -d /var/lib/sshd
    1.14 @@ -40,7 +40,7 @@
    1.15  		$SET_ARGS \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	make &&
    1.18 -	make DESTDIR=$DESTDIR install || return 1
    1.19 +	make DESTDIR=$install install || return 1
    1.20  
    1.21  	install -vm755 contrib/ssh-copy-id $install/usr/bin/
    1.22