summaryrefslogtreecommitdiff
path: root/esmtp/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-04-12 15:10:08 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-04-12 15:12:43 +0200
commit4c50812d663664dc4f23d70edfcd42605c06bf94 (patch)
treeb07ae64015259cfd1b27bbe8e02a33476c409692 /esmtp/Pkgfile
parenta6af03120c3a1ee7fafd0b5e52e86d1f192772ee (diff)
downloadopt-4c50812d663664dc4f23d70edfcd42605c06bf94.tar.gz
opt-4c50812d663664dc4f23d70edfcd42605c06bf94.tar.xz
esmtp: updated to 0.6.0.
Diffstat (limited to 'esmtp/Pkgfile')
-rw-r--r--esmtp/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile
index 6c5359ef2..da5afa91a 100644
--- a/esmtp/Pkgfile
+++ b/esmtp/Pkgfile
@@ -4,14 +4,15 @@
# Depends on: libesmtp
name=esmtp
-version=0.5.1
+version=0.6.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
- CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr
+ CPPFLAGS=`libesmtp-config --cflags` \
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit