wok-next diff knock/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d6378d455338
children
line diff
     1.1 --- a/knock/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/knock/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Port knock sequence listener"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://www.zeroflux.org/$PACKAGE"
     1.8 +WEB_SITE="http://www.zeroflux.org/projects/knock"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL"
    1.12 @@ -16,7 +16,7 @@
    1.13  compile_rules() {
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install || return 1
    1.17 +	make DESTDIR=$install install || return 1
    1.18  
    1.19  	install -Dm755 $stuff/etc/init.d/knock       $install/etc/init.d/knock
    1.20  	install -Dm755 $stuff/usr/sbin/knockd-helper $install/usr/sbin/knockd-helper