summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-08 15:37:49 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-08 15:37:49 +0000
commitfb117c6d12fa9b416eaa4f949f84424eeec43191 (patch)
tree84b9f8897017b901c6dbce8125d99ccfd7f8f1ab /dev-lang/ifc/ifc-10.0.026-r1.ebuild
parentsparc stable (diff)
downloadgentoo-2-fb117c6d12fa9b416eaa4f949f84424eeec43191.tar.gz
gentoo-2-fb117c6d12fa9b416eaa4f949f84424eeec43191.tar.bz2
gentoo-2-fb117c6d12fa9b416eaa4f949f84424eeec43191.zip
Removed INCLUDE variable for good.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-lang/ifc/ifc-10.0.026-r1.ebuild')
-rw-r--r--dev-lang/ifc/ifc-10.0.026-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/ifc/ifc-10.0.026-r1.ebuild b/dev-lang/ifc/ifc-10.0.026-r1.ebuild
index 2a946f001892..11ae24c8b3e2 100644
--- a/dev-lang/ifc/ifc-10.0.026-r1.ebuild
+++ b/dev-lang/ifc/ifc-10.0.026-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.11 2007/12/24 19:36:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.12 2008/01/08 15:37:49 bicatali Exp $
inherit rpm eutils
@@ -83,7 +83,6 @@ src_install() {
echo "ROOTPATH=${INSTALL_DIR}/bin" >> ${env_file}
echo "LDPATH=${INSTALL_DIR}/lib" >> ${env_file}
echo "MANPATH=${INSTALL_DIR}/man" >> ${env_file}
- echo "INCLUDE=${INSTALL_DIR}/include" >> ${env_file}
doenvd ${env_file} || die "doenvd ${env_file} failed"
}