summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-12-23 14:08:22 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-12-23 14:08:22 +0000
commitc0c3e11de0222540ccf0551915692c6beca47b41 (patch)
tree5f48fee3510502d8a95d820a59b537ce9a92453c /sys-apps
parentUpdated version of gftp... Removed old version (diff)
downloadgentoo-2-c0c3e11de0222540ccf0551915692c6beca47b41.tar.gz
gentoo-2-c0c3e11de0222540ccf0551915692c6beca47b41.tar.bz2
gentoo-2-c0c3e11de0222540ccf0551915692c6beca47b41.zip
fix LIBDIR problem
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/iptables/iptables-1.2.4-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/iptables/iptables-1.2.4-r1.ebuild b/sys-apps/iptables/iptables-1.2.4-r1.ebuild
index 93b4cceed6b1..716fa0e4a03e 100644
--- a/sys-apps/iptables/iptables-1.2.4-r1.ebuild
+++ b/sys-apps/iptables/iptables-1.2.4-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.4-r1.ebuild,v 1.1 2001/12/22 15:55:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.4-r1.ebuild,v 1.2 2001/12/23 14:08:22 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Kernel 2.4 routing and traffic control utilities"
@@ -13,7 +13,7 @@ src_unpack() {
unpack ${A}
cd ${S}
mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local:/usr:g" Makefile.orig > Makefile
+ sed -e "s/-O2/${CFLAGS}/g" -e "s:/usr/local::g" Makefile.orig > Makefile
}
src_compile() {
@@ -29,6 +29,7 @@ src_install() {
make LIBDIR=${D}/lib \
BINDIR=${D}/sbin \
MANDIR=${D}/usr/share/man \
+ INCDIR=${D}/usr/include \
install || die
dodoc COPYING KNOWN_BUGS
}