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

Tobias Kieslich tobias at archlinux.org
Fri Mar 7 01:13:12 UTC 2008


    Date: Thursday, March 6, 2008 @ 20:13:12
  Author: tobias
    Path: /home/cvs-core/core/base/vi

Modified: PKGBUILD (1.21 -> 1.22)

new patch and move man pages to /usr/share/man


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


Index: core/base/vi/PKGBUILD
diff -u core/base/vi/PKGBUILD:1.21 core/base/vi/PKGBUILD:1.22
--- core/base/vi/PKGBUILD:1.21	Tue Mar  4 16:53:08 2008
+++ core/base/vi/PKGBUILD	Thu Mar  6 20:13:12 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.21 2008/03/04 21:53:08 tobias Exp $
+# $Id: PKGBUILD,v 1.22 2008/03/07 01:13:12 tobias Exp $
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vi
 _srcver=7.1
-_patchlevel=266
+_patchlevel=267
 pkgver=${_srcver}.${_patchlevel}
 pkgrel=1
 pkgdesc="a highly configurable, improved version of the vi text editor (basic version)"
@@ -38,7 +38,7 @@
   sed -i 's|/etc/vimrc|/etc/virc|' src/feature.h
   sed -i 's|\.vimrc|.virc|' src/feature.h
   # build party
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
+  ./configure --prefix=/usr --localstatedir=/var/lib/vim --mandir=/usr/share/man \
     --with-compiledby=ArchLinux --with-features=normal \
     --with-global-runtime=/usr/share/vim --with-vim-name=vi \
     --disable-gpm --disable-acl --with-x=no --disable-gui --enable-multibyte




More information about the arch-commits mailing list