diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:35:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:35:47 +0000 |
commit | 11665e21db3cc0e9ad03b6059c3b08eaeaa3e17a (patch) | |
tree | bab090950d8e4933097ffe8a40f3922f0831cbdc /net-misc/sipsak | |
parent | don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P} (Manif... (diff) | |
download | gentoo-2-11665e21db3cc0e9ad03b6059c3b08eaeaa3e17a.tar.gz gentoo-2-11665e21db3cc0e9ad03b6059c3b08eaeaa3e17a.tar.bz2 gentoo-2-11665e21db3cc0e9ad03b6059c3b08eaeaa3e17a.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" |