summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-26 09:34:49 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-26 09:34:49 +0000
commit22672cf90e9a1f03f78213d0944d437a2f3db1ef (patch)
treeb75467564172df5e20691ecf2ce59dbf067d3fc4 /net-misc/hlfl/hlfl-0.60.1.ebuild
parentheader fix (diff)
downloadgentoo-2-22672cf90e9a1f03f78213d0944d437a2f3db1ef.tar.gz
gentoo-2-22672cf90e9a1f03f78213d0944d437a2f3db1ef.tar.bz2
gentoo-2-22672cf90e9a1f03f78213d0944d437a2f3db1ef.zip
fix
Diffstat (limited to 'net-misc/hlfl/hlfl-0.60.1.ebuild')
-rw-r--r--net-misc/hlfl/hlfl-0.60.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild
index 0c865d899a02..685ad3564ffa 100644
--- a/net-misc/hlfl/hlfl-0.60.1.ebuild
+++ b/net-misc/hlfl/hlfl-0.60.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.4 2003/10/25 15:52:46 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.5 2003/10/26 09:34:44 lanius Exp $
DESCRIPTION="High Level Firewall Language"
SRC_URI="ftp://ftp.hlfl.org/pub/hlfl/${P}.tar.gz"
@@ -12,6 +12,7 @@ SLOT="0"
DEPEND="virtual/glibc"
src_compile() {
+ sed -i -e 's:${datadir}/hlfl:${datadir}:' configure
econf --datadir=/usr/share/doc/${P} || die "./configure failed"
emake || die
}