summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 15:48:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 15:48:06 +0000
commitd8dd7f892cc08cd5aebbcaef6996b197172506f0 (patch)
tree63f47dcd68d67979117afb525c3e3f7904094374 /app-misc/devtodo
parentremoved crusty ebuild (diff)
downloadhistorical-d8dd7f892cc08cd5aebbcaef6996b197172506f0.tar.gz
historical-d8dd7f892cc08cd5aebbcaef6996b197172506f0.tar.bz2
historical-d8dd7f892cc08cd5aebbcaef6996b197172506f0.zip
small cleanup
Diffstat (limited to 'app-misc/devtodo')
-rw-r--r--app-misc/devtodo/devtodo-0.1.14.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/devtodo/devtodo-0.1.14.ebuild b/app-misc/devtodo/devtodo-0.1.14.ebuild
index 9e33fc94a37e..f9ab65b0622b 100644
--- a/app-misc/devtodo/devtodo-0.1.14.ebuild
+++ b/app-misc/devtodo/devtodo-0.1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.2 2002/07/25 16:55:21 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.14.ebuild,v 1.3 2002/08/30 15:48:06 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A nice command line todo list for developers"
@@ -16,8 +16,8 @@ DEPEND=">=sys-libs/ncurses-5.2
src_compile() {
+
econf --sysconfdir=/etc/devtodo || die
-
make || die
}