1
0
forked from ports/opt

maildrop: update to 2.1.0

This commit is contained in:
Juergen Daubert 2009-05-11 12:05:27 +02:00
parent 26d262cecc
commit 44ba9cd94f
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
6a760efe429716ab0be67a1ddc554ed7 maildrop-2.0.4.tar.bz2
fa4829454f7dcf675050db304180668d maildrop-2.1.0.tar.bz2

View File

@ -4,8 +4,8 @@
# Depends on: gdbm libpcre
name=maildrop
version=2.0.4
release=3
version=2.1.0
release=1
source=(http://dl.sourceforge.net/sourceforge/courier/$name-$version.tar.bz2)
build () {
@ -14,6 +14,7 @@ build () {
sed -i '/^MAILDROPMAN/s/=/= makedat.1/' Makefile.in
./configure --prefix=/usr \
--mandir=/usr/man \
--with-db=gdbm \
--disable-tempdir
make
@ -21,5 +22,4 @@ build () {
chown root:root $PKG/usr/bin/{maildrop,lockmail}
rm -r $PKG/usr/{include,lib,man/man3,share}
}