[arch-commits] CVS update of core/support/iptables (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Fri Feb 29 12:07:03 UTC 2008


    Date: Friday, February 29, 2008 @ 13:07:03
  Author: thomas
    Path: /home/cvs-core/core/support/iptables

Modified: PKGBUILD (1.39 -> 1.40)

upgpkg: iptables 1.4.0-2


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


Index: core/support/iptables/PKGBUILD
diff -u core/support/iptables/PKGBUILD:1.39 core/support/iptables/PKGBUILD:1.40
--- core/support/iptables/PKGBUILD:1.39	Tue Feb 26 16:02:26 2008
+++ core/support/iptables/PKGBUILD	Fri Feb 29 13:07:03 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.39 2008/02/26 15:02:26 thomas Exp $
-# Maintainer: judd <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.40 2008/02/29 12:07:03 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=iptables
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Linux kernel packet control tool"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,8 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  sed -i "s:/usr/local:/usr:" Makefile
+  sed -i 's|/usr/local|/usr|' Makefile
+  sed -i 's|MANDIR:=$(PREFIX)/man|MANDIR:=$(PREFIX)/share/man|' Makefile
   # this seems to cause more problems than help
   # sed -i "s:/usr/src/linux:/usr/src/linux\*:" Makefile
   make KERNEL_DIR=/usr/src/linux-$(uname -r) || return 1




More information about the arch-commits mailing list