summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dictd/dictd-1.9.7.ebuild')
-rw-r--r--app-text/dictd/dictd-1.9.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/dictd/dictd-1.9.7.ebuild b/app-text/dictd/dictd-1.9.7.ebuild
index 5374b2286795..88671c44ac89 100644
--- a/app-text/dictd/dictd-1.9.7.ebuild
+++ b/app-text/dictd/dictd-1.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.7.ebuild,v 1.1 2003/12/29 09:18:56 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.7.ebuild,v 1.2 2004/01/15 23:38:45 liquidx Exp $
inherit gnuconfig
@@ -21,6 +21,7 @@ src_compile() {
econf \
--with-cflags="${CFLAGS}" \
+ --sysconfdir=/etc/dict \
--with-etcdir=/etc/dict || die
make || die
}