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 | 10c6326506607b6ead9d2243b8d5263fcce340ca (patch) | |
tree | 1ab5fb9d72cd4dc4d4e91f5ab6fe5776901f0630 /sys-apps/fcron | |
parent | changelog (diff) | |
download | historical-10c6326506607b6ead9d2243b8d5263fcce340ca.tar.gz historical-10c6326506607b6ead9d2243b8d5263fcce340ca.tar.bz2 historical-10c6326506607b6ead9d2243b8d5263fcce340ca.zip |
spacing
Diffstat (limited to 'sys-apps/fcron')
-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 - } |