diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:53:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:53:17 +0000 |
commit | a2bd43d2d1320a97dd9c1e4e996ec00548d203e2 (patch) | |
tree | 0d97d844510cd9b785f88fe44eccaf56fdbd5056 /net-misc/pimpd | |
parent | dev-* /" fix (diff) | |
download | gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.tar.gz gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.tar.bz2 gentoo-2-a2bd43d2d1320a97dd9c1e4e996ec00548d203e2.zip |
net-* /" fixes
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r-- | net-misc/pimpd/pimpd-0.5.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild index b3f11f9ceb01..3ea9f475521b 100644 --- a/net-misc/pimpd/pimpd-0.5.ebuild +++ b/net-misc/pimpd/pimpd-0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.1 2001/05/08 05:45:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.2 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,9 +11,7 @@ HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" src_compile() { - - try make CFLAGS=\"$CFLAGS\" - + try make CFLAGS="$CFLAGS" } src_install () { |