diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:59:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:59:41 +0000 |
commit | c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b (patch) | |
tree | 37f7f005cb0a038d7a053e0a0cd2cbd9a1413e92 /dev-lisp/cl-md5 | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.tar.gz historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.tar.bz2 historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-md5')
-rw-r--r-- | dev-lisp/cl-md5/cl-md5-1.8.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild index 89beb8b580eb..2b0cb54ea42e 100644 --- a/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild +++ b/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild,v 1.4 2004/06/24 23:46:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.1.ebuild,v 1.5 2004/07/14 15:55:48 agriffis Exp $ inherit common-lisp @@ -17,8 +17,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=md5 -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.asd *.lisp common-lisp-system-symlink |