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

Allan McRae allan at archlinux.org
Sun Aug 17 04:46:20 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:46:20
  Author: allan
Revision: 9180

upgpkg: freeciv 2.1.3-2
    ncurses rebuild

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:43:57 UTC (rev 9179)
+++ PKGBUILD	2008-08-17 04:46:20 UTC (rev 9180)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=freeciv
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
 depends=('gtk2' 'sdl_mixer' 'esd' 'readline')
@@ -15,7 +15,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