diff options
Diffstat (limited to 'dev-tcltk/scwoop/scwoop-4.1.ebuild')
-rw-r--r-- | dev-tcltk/scwoop/scwoop-4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild index 07258544abce..b7492663ee1b 100644 --- a/dev-tcltk/scwoop/scwoop-4.1.ebuild +++ b/dev-tcltk/scwoop/scwoop-4.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.6 2005/04/24 10:59:19 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.7 2013/04/30 16:23:33 ulm Exp $ DESCRIPTION="Simple Composite Widget Object Oriented Package" HOMEPAGE="http://jfontain.free.fr/scwoop41.htm" SRC_URI="http://jfontain.free.fr/${P}.tar.gz" -LICENSE="as-is" +LICENSE="jfontain" KEYWORDS="x86 amd64 ~ppc" SLOT="0" IUSE="" @@ -15,7 +15,7 @@ DEPEND="dev-tcltk/tcllib" src_install() { dodir /usr/lib/scwoop - ./instapkg.tcl ${D}/usr/lib/scwoop || die + ./instapkg.tcl "${D}"/usr/lib/scwoop || die dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO dohtml scwoop.htm |