[arch-commits] Commit in gftp/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 04:53:36 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:53:36
  Author: allan
Revision: 9197

upgpkg: gftp 2.0.18-3
    ncurses rebuild

Modified:
  gftp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:52:57 UTC (rev 9196)
+++ PKGBUILD	2008-08-17 04:53:36 UTC (rev 9197)
@@ -3,7 +3,7 @@
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 pkgname=gftp
 pkgver=2.0.18
-pkgrel=2
+pkgrel=3
 pkgdesc="A multithreaded ftp client for X Windows"
 arch=(i686 x86_64)
 depends=('gtk2' 'openssl' 'readline')
@@ -14,7 +14,7 @@
 
 build() {
    cd $startdir/src/$pkgname-$pkgver
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --mandir=/usr/share/man
    make || return 1
    make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list