wok-next rev 18305

Up: bogofilter (1.2.4)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 09:12:53 2015 +0200 (2015-08-24)
parents 014b3427b79d
children fbd38ee85143
files bogofilter/receipt
line diff
     1.1 --- a/bogofilter/receipt	Mon Aug 24 01:14:05 2015 +0300
     1.2 +++ b/bogofilter/receipt	Mon Aug 24 09:12:53 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bogofilter"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.2.4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Mail filter that classifies mail as spam or ham."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -19,9 +19,9 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --with-database=sqlite3 \
    1.16 -	--prefix=/usr --sysconfdir=/etc/bogofilter \
    1.17 -	--infodir=/usr/share/info \
    1.18 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +		--prefix=/usr --sysconfdir=/etc/bogofilter \
    1.20 +		--infodir=/usr/share/info \
    1.21 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23  	make DESTDIR=$DESTDIR install
    1.24  }