summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-08-31 19:05:53 +0000
committerDan Armak <danarmak@gentoo.org>2002-08-31 19:05:53 +0000
commit8cbd3ba7f7caa44601fe576e7cefbcc24751f610 (patch)
treeba7ca7a8f99c2a2f7ff5de3fcce81b3b64d0d97b /net-im/licq/licq-1.0.4-r2.ebuild
parentDon't use the deprecated , use /usr/kde/3 instead. (diff)
downloadhistorical-8cbd3ba7f7caa44601fe576e7cefbcc24751f610.tar.gz
historical-8cbd3ba7f7caa44601fe576e7cefbcc24751f610.tar.bz2
historical-8cbd3ba7f7caa44601fe576e7cefbcc24751f610.zip
typo fix
Diffstat (limited to 'net-im/licq/licq-1.0.4-r2.ebuild')
-rw-r--r--net-im/licq/licq-1.0.4-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq/licq-1.0.4-r2.ebuild b/net-im/licq/licq-1.0.4-r2.ebuild
index 688d67e6057b..52c394c29d39 100644
--- a/net-im/licq/licq-1.0.4-r2.ebuild
+++ b/net-im/licq/licq-1.0.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.7 2002/07/27 13:54:45 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.8 2002/08/31 19:05:53 danarmak Exp $
use kde && inherit kde-base
S=${WORKDIR}/${P}
@@ -45,7 +45,7 @@ src_compile() {
use kde && second_conf="${second_conf} ${myconf} --with-kde"
# note! watch the --prefix=/usr placement; licq itself installs into /usr, but the
# optional kde/qt interface (to which second_conf belogns) installs its files in
- # $KDE2DIR/{lib,share}/licq
+ # $KDEDIR/{lib,share}/licq
cd plugins/qt-gui-1.0.4
make -f Makefile.cvs || die
./configure --host=${CHOST} ${second_conf} --prefix=/usr || die