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/pimpd/pimpd-0.8.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/pimpd/pimpd-0.8.ebuild')
-rw-r--r-- | net-misc/pimpd/pimpd-0.8.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild index faa7eb0659f8..173763378df3 100644 --- a/net-misc/pimpd/pimpd-0.8.ebuild +++ b/net-misc/pimpd/pimpd-0.8.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/pimpd/pimpd-0.8.ebuild,v 1.9 2003/02/28 16:55:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.10 2003/09/05 22:01:49 msterret Exp $ # Updated to version 0.8 by Olivier Reisch on Fri Apr 26 11:44:26 CEST 2002 A=pimpd_0.8.tar.gz @@ -13,13 +13,10 @@ LICENSE="GPL-2" SLOT="0" src_compile() { - make CFLAGS="$CFLAGS" || die + make CFLAGS="$CFLAGS" || die } src_install () { - - dosbin pimpd - dodoc README - + dosbin pimpd + dodoc README } - |