diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 03:50:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-27 03:50:28 +0000 |
commit | 05d21f2d7c9715bba5293ddc0be80b5acde33b1e (patch) | |
tree | b205cc3b9a182f61aa7bb6a1fb6dfc659c3f3572 /sys-apps | |
parent | changelog (diff) | |
download | gentoo-2-05d21f2d7c9715bba5293ddc0be80b5acde33b1e.tar.gz gentoo-2-05d21f2d7c9715bba5293ddc0be80b5acde33b1e.tar.bz2 gentoo-2-05d21f2d7c9715bba5293ddc0be80b5acde33b1e.zip |
spacing
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fcron/fcron-2.0.0-r1.ebuild | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sys-apps/fcron/fcron-2.0.0-r1.ebuild b/sys-apps/fcron/fcron-2.0.0-r1.ebuild index ce885568496f..74bdfeb2322d 100644 --- a/sys-apps/fcron/fcron-2.0.0-r1.ebuild +++ b/sys-apps/fcron/fcron-2.0.0-r1.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/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.10 2002/09/01 20:20:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.0-r1.ebuild,v 1.11 2002/09/27 03:50:28 seemant Exp $ DESCRIPTION="A command scheduler with extended capabilities over cron and anacron" HOMEPAGE="http://fcron.free.fr/" @@ -31,15 +31,15 @@ src_unpack() { src_compile() { ./configure \ - --prefix=/usr \ - --with-username=cron \ - --with-groupname=cron \ - --with-piddir=/var/run \ - --with-etcdir=/etc/fcron \ - --with-spooldir=/var/spool/cron \ - --with-sendmail=/usr/sbin/sendmail \ - --with-editor=/usr/bin/nano \ - --with-cflags="${CFLAGS}" --host=${CHOST} || die "bad configure" + --prefix=/usr \ + --with-username=cron \ + --with-groupname=cron \ + --with-piddir=/var/run \ + --with-etcdir=/etc/fcron \ + --with-spooldir=/var/spool/cron \ + --with-sendmail=/usr/sbin/sendmail \ + --with-editor=/usr/bin/nano \ + --with-cflags="${CFLAGS}" --host=${CHOST} || die "bad configure" emake || die "compile problem" } @@ -85,5 +85,4 @@ pkg_postinst() { echo einfo "!!! That will replace root's current crontab !!!" echo - } |