wok-next diff bogofilter/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 | 757d032c55c7 |
children | 1b4816ca3fef |
line diff
1.1 --- a/bogofilter/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/bogofilter/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="1.2.4" 1.5 CATEGORY="network" 1.6 SHORT_DESC="Mail filter that classifies mail as spam or ham" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2 GPL3" 1.10 WEB_SITE="http://bogofilter.sourceforge.net/" 1.11 1.12 @@ -19,7 +19,7 @@ 1.13 --sysconfdir=/etc/bogofilter \ 1.14 $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 chmod +x $install/usr/bin/bf_* 1.20 }