wok-next diff help2man/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 0e7893ac206d
children
line diff
     1.1 --- a/help2man/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/help2man/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -11,17 +11,17 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="perl gettext texinfo perl-locale-gettext"
     1.8 +BUILD_DEPENDS="perl gettext-dev texinfo perl-locale-gettext"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure \
    1.12  		--enable-nls \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make && make DESTDIR=$install install
    1.15 +	make &&
    1.16 +	make DESTDIR=$install install
    1.17  }
    1.18  
    1.19  genpkg_rules() {
    1.20  	copy @std
    1.21  	DEPENDS="perl-locale-gettext"
    1.22  }
    1.23 -