diff options
author | 2004-03-14 12:17:34 +0000 | |
---|---|---|
committer | 2004-03-14 12:17:34 +0000 | |
commit | 727f136bdd9649b71b62b161bfce40b63a1e3257 (patch) | |
tree | 477fb1940371d5983a5c89ce437912bbee11eef4 /dev-libs/btparse/btparse-0.33.ebuild | |
parent | version bump, bug #44214 (Manifest recommit) (diff) | |
download | gentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.tar.gz gentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.tar.bz2 gentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-libs/btparse/btparse-0.33.ebuild')
-rw-r--r-- | dev-libs/btparse/btparse-0.33.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index ecc8c768e1b2..a0d602acb2b2 100644 --- a/dev-libs/btparse/btparse-0.33.ebuild +++ b/dev-libs/btparse/btparse-0.33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.7 2004/02/22 20:00:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.8 2004/03/14 12:14:19 mr_bones_ Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="x86 sparc" DEPEND="virtual/glibc" -S=${WORKDIR}/${P} src_compile() { #have to include ${D} into mandir here, |