diff options
author | Juergen Daubert <jue@jue.li> | 2009-05-11 12:05:27 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-05-11 12:05:27 +0200 |
commit | 44ba9cd94f88ebd8c76f27169de86ba30bd8df2b (patch) | |
tree | d123c149e78b1f6bba798cdfc3f1f5678e03f10e /maildrop | |
parent | 26d262cecc95a192ef34a46eefb812711cfb60bf (diff) | |
download | opt-44ba9cd94f88ebd8c76f27169de86ba30bd8df2b.tar.gz opt-44ba9cd94f88ebd8c76f27169de86ba30bd8df2b.tar.xz |
maildrop: update to 2.1.0
Diffstat (limited to 'maildrop')
-rw-r--r-- | maildrop/.md5sum | 2 | ||||
-rw-r--r-- | maildrop/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/maildrop/.md5sum b/maildrop/.md5sum index cae091afd..7ff173dca 100644 --- a/maildrop/.md5sum +++ b/maildrop/.md5sum @@ -1 +1 @@ -6a760efe429716ab0be67a1ddc554ed7 maildrop-2.0.4.tar.bz2 +fa4829454f7dcf675050db304180668d maildrop-2.1.0.tar.bz2 diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile index 448dcbaf0..a0bdb916c 100644 --- a/maildrop/Pkgfile +++ b/maildrop/Pkgfile @@ -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} - } |