wok-next diff help2man/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 0e7893ac206d
children
line diff
     1.1 --- a/help2man/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/help2man/receipt	Fri Nov 02 14:15:08 2018 +0200
     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 -