diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:45:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:45:50 +0000 |
commit | 38478c084c072498c9e1bc79f024c751f380a4ad (patch) | |
tree | e8614fc087c613534006c90a065aa945c9290670 /net-misc/sipsak | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.gz historical-38478c084c072498c9e1bc79f024c751f380a4ad.tar.bz2 historical-38478c084c072498c9e1bc79f024c751f380a4ad.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/sipsak')
-rw-r--r-- | net-misc/sipsak/sipsak-0.8.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/sipsak/sipsak-0.8.6.ebuild b/net-misc/sipsak/sipsak-0.8.6.ebuild index 3e860c045669..920cf2c5e1ae 100644 --- a/net-misc/sipsak/sipsak-0.8.6.ebuild +++ b/net-misc/sipsak/sipsak-0.8.6.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.8.6.ebuild,v 1.3 2004/07/01 21:52:08 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sipsak/sipsak-0.8.6.ebuild,v 1.4 2004/07/15 03:35:25 agriffis Exp $ IUSE="" DESCRIPTION="small comand line tool for testing SIP applications and devices" HOMEPAGE="http://sipsak.berlios.de/" SRC_URI="http://download.berlios.de/sipsak/${P}-1.tar.gz" -S=${WORKDIR}/${P} LICENSE="GPL-2" SLOT="0" |