[arch-commits] CVS update of core/base/man (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Wed Jan 30 05:53:50 UTC 2008


    Date: Wednesday, January 30, 2008 @ 00:53:50
  Author: aaron
    Path: /home/cvs-core/core/base/man

Modified: PKGBUILD (1.39 -> 1.40)

upgpkg: man 1.6f-2
    Build with FHS compliance.
Remove the default latin1 output, let the groff decide the charset


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: core/base/man/PKGBUILD
diff -u core/base/man/PKGBUILD:1.39 core/base/man/PKGBUILD:1.40
--- core/base/man/PKGBUILD:1.39	Tue Jan  1 07:40:37 2008
+++ core/base/man/PKGBUILD	Wed Jan 30 00:53:50 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.39 2008/01/01 12:40:37 andyrtr Exp $
+# $Id: PKGBUILD,v 1.40 2008/01/30 05:53:50 aaron Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=man
 pkgver=1.6f
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
 url="http://primates.ximian.com/~flucifredi/man/"
@@ -20,10 +20,12 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
   patch -Np1 -i ../man-troff.patch || return 1
-  ./configure -confdir='/etc' -d +lang all
+  ./configure -confdir='/etc' -d +lang all -mandir=/usr/share/man
   make || return 1
   make PREFIX=$startdir/pkg install || return 1
 
+  sed -i "s|-Tlatin1||g" $startdir/pkg/etc/man.conf
+
   #install whatis cron script
   install -D -m744 ../whatis.cron.daily $startdir/pkg/etc/cron.daily/whatis
 }




More information about the arch-commits mailing list