diff options
author | Juergen Daubert <jue@jue.li> | 2010-03-29 19:28:09 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-03-29 19:28:09 +0200 |
commit | eb1532975e99ac4153f8194a1a5257dbfbac328a (patch) | |
tree | 8dcd182f32cb96a8b70b1eaeb2b7da4d2ae0a200 /fetchmail/Pkgfile | |
parent | 188d086e3cdfe770cc7f40c97ffa2a1d47623edb (diff) | |
download | opt-eb1532975e99ac4153f8194a1a5257dbfbac328a.tar.gz opt-eb1532975e99ac4153f8194a1a5257dbfbac328a.tar.xz |
fetchmail: update to 6.3.15
Diffstat (limited to 'fetchmail/Pkgfile')
-rw-r--r-- | fetchmail/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 051477948..2085d0863 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=fetchmail -version=6.3.14 +version=6.3.15 release=1 source=(http://download.berlios.de/$name/$name-$version.tar.xz) @@ -14,11 +14,8 @@ build() { ./configure --prefix=/usr \ --mandir=/usr/man \ --with-ssl=/usr \ - --disable-nls + --disable-nls \ + PYTHON=: make make DESTDIR=$PKG install - - rm -rf $PKG/usr/bin/fetchmailconf \ - $PKG/usr/man/man?/fetchmailconf.? \ - $PKG/usr/lib } |