wok-next diff ucarp/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 10df65db91ad
children d635206a5649
line diff
     1.1 --- a/ucarp/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/ucarp/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libpcap-dev gfortran gettext"
     1.8 +BUILD_DEPENDS="libpcap-dev gfortran gettext-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in*
    1.12 @@ -19,7 +19,7 @@
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14  	fix libtool &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make DESTDIR=$install install
    1.18  }
    1.19  
    1.20  genpkg_rules() {