diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/hylafax | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/Manifest | 2 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.1.5.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/hylafax/Manifest b/net-misc/hylafax/Manifest index 085a6547c97d..69c049926678 100644 --- a/net-misc/hylafax/Manifest +++ b/net-misc/hylafax/Manifest @@ -1,4 +1,4 @@ MD5 419ce565d3c3d9d8fb3655cd53a9b683 ChangeLog 3818 -MD5 4a28bfea7a9c76f387d302dc3bdf95d7 hylafax-4.1.5.ebuild 1716 +MD5 6057f28d0a94aa5ef3a23980ff473676 hylafax-4.1.5.ebuild 1714 MD5 2ebb269cf0ba67d69d582a3f139c11e5 files/digest-hylafax-4.1.5 66 MD5 620e9bbfd90a0fad3a5324cac04ffc81 files/hylafax-4.1.2-gentoo-diffs.tar.bz2 3993 diff --git a/net-misc/hylafax/hylafax-4.1.5.ebuild b/net-misc/hylafax/hylafax-4.1.5.ebuild index 417f0a024864..19e5f007c268 100644 --- a/net-misc/hylafax/hylafax-4.1.5.ebuild +++ b/net-misc/hylafax/hylafax-4.1.5.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/hylafax/hylafax-4.1.5.ebuild,v 1.5 2003/03/20 13:40:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.1.5.ebuild,v 1.6 2003/09/05 22:01:48 msterret Exp $ IUSE="jpeg" @@ -20,7 +20,7 @@ DEPEND="net-dialup/mgetty jpeg? ( media-libs/jpeg )" src_compile() { - + ./configure \ --with-DIR_BIN=/usr/bin \ --with-DIR_SBIN=/usr/sbin \ @@ -39,7 +39,7 @@ src_compile() { --with-PATH_IMPRIP=/usr/share/fax/psrip \ --with-SYSVINIT=/etc/init.d \ --with-INTERACTIVE=no || die - + make OPTIMIZER="${CFLAGS}" || die } @@ -59,7 +59,7 @@ src_install() { MAN=${D}/usr/share/man \ SPOOL=${D}/var/spool/fax \ install || die - + insinto /etc/init.d insopts -m 755 doins etc/hylafax |