diff options
Diffstat (limited to 'dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild')
-rw-r--r-- | dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild index 90695531de8f..71dc4c69b119 100644 --- a/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild +++ b/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild,v 1.4 2006/08/05 23:10:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild,v 1.5 2006/09/13 18:02:57 ian Exp $ inherit perl-module @@ -32,7 +32,9 @@ RDEPEND="${DEPEND}" #and asks for user input, so we change myconf to ensure that # 1) make install doesn't violate the sandbox rule # 2) perl Makefile.pl just uses reasonable defaults, and doesn't ask for input -myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2 TT_ACCEPT='y'" +myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2" +myconf="${myconf} TT_IMAGES=/usr/share/template-toolkit2/images" +myconf="${myconf} TT_ACCEPT='y'" mydoc="README Changes" |