diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:31:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:31:05 +0000 |
commit | ae4a5917dbddcd1437c1cf9ec9d1666bf9406c2d (patch) | |
tree | 463f9138f51654d339d4963416052a8677e348db /dev-db/sqsh | |
parent | add back in manpages with the work by Per Cederberg (Manifest recommit) (diff) | |
download | gentoo-2-ae4a5917dbddcd1437c1cf9ec9d1666bf9406c2d.tar.gz gentoo-2-ae4a5917dbddcd1437c1cf9ec9d1666bf9406c2d.tar.bz2 gentoo-2-ae4a5917dbddcd1437c1cf9ec9d1666bf9406c2d.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-db/sqsh')
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-db/sqsh/sqsh-2.1.ebuild b/dev-db/sqsh/sqsh-2.1.ebuild index feadf505331a..f9548c63b6c7 100644 --- a/dev-db/sqsh/sqsh-2.1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.11 2004/06/29 17:45:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.12 2004/07/14 01:31:05 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Replacement for the venerable 'isql' program supplied by Sybase." HOMEPAGE="http://www.sqsh.org/" LICENSE="GPL-2" |