diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:47:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:47:38 +0000 |
commit | de253c079d1a2ff9b556c726a612b491ecf67f35 (patch) | |
tree | 0903a2de7bc9bda59e46fe15be5bc0bc2db3d7bb /dev-perl/Text-ChaSen | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.tar.gz gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.tar.bz2 gentoo-2-de253c079d1a2ff9b556c726a612b491ecf67f35.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Text-ChaSen')
-rw-r--r-- | dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild index c4344856d9af..ba8c860e85f5 100644 --- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild +++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.4 2004/06/25 01:04:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03.ebuild,v 1.5 2004/07/14 20:43:02 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Chasen library module for Perl." SRC_URI="http://www.daionet.gr.jp/~knok/chasen/${P}.tar.gz http://www.daionet.gr.jp/~knok/chasen/ChaSen.pm-1.03-pod-fix.diff" |