summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 02:08:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 02:08:45 +0000
commit6082c9a053169ccf6314170fd480d38956991f81 (patch)
tree52a5ace6be3895911f3de1d8e92266f0bdd3ba5f /app-i18n/canna/canna-3.7_p2.ebuild
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-6082c9a053169ccf6314170fd480d38956991f81.tar.gz
gentoo-2-6082c9a053169ccf6314170fd480d38956991f81.tar.bz2
gentoo-2-6082c9a053169ccf6314170fd480d38956991f81.zip
Fix use invocation
Diffstat (limited to 'app-i18n/canna/canna-3.7_p2.ebuild')
-rw-r--r--app-i18n/canna/canna-3.7_p2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/canna/canna-3.7_p2.ebuild b/app-i18n/canna/canna-3.7_p2.ebuild
index debc5bfb1ac2..bfe637b93dd8 100644
--- a/app-i18n/canna/canna-3.7_p2.ebuild
+++ b/app-i18n/canna/canna-3.7_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.1 2004/05/18 22:32:04 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.2 2004/06/02 02:04:46 agriffis Exp $
inherit cannadic eutils
@@ -42,7 +42,7 @@ src_compile() {
#make libCannaDir=../lib/canna canna || die
make canna || die
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
einfo "Compiling DVI, PS (and PDF) document"
cd doc/man/guide/tex
xmkmf || die
@@ -79,7 +79,7 @@ src_install() {
dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS*
- if [ -n "`use doc`" ] ; then
+ if use doc ; then
insinto /usr/share/doc/${PF}
doins doc/man/guide/tex/canna.{dvi,ps,pdf}
fi