summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-19 01:12:38 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-19 01:12:38 +0000
commitb53544559babd81578fc34c915f9e587d2928ea7 (patch)
treea2d50a358542e1e6784ac95dbe94dbcc3be06db6 /net-analyzer
parentInclude fixes (diff)
downloadgentoo-2-b53544559babd81578fc34c915f9e587d2928ea7.tar.gz
gentoo-2-b53544559babd81578fc34c915f9e587d2928ea7.tar.bz2
gentoo-2-b53544559babd81578fc34c915f9e587d2928ea7.zip
Include fixes
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ethereal/ethereal-0.8.14.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.8.14.ebuild b/net-analyzer/ethereal/ethereal-0.8.14.ebuild
index 10efe811cb08..095971a9b822 100644
--- a/net-analyzer/ethereal/ethereal-0.8.14.ebuild
+++ b/net-analyzer/ethereal/ethereal-0.8.14.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.14.ebuild,v 1.1 2000/11/26 12:52:15 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.14.ebuild,v 1.2 2000/12/19 01:12:38 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -24,8 +24,9 @@ src_compile() {
src_install() {
cd ${S}
- try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal install
- prepman /usr/X11R6
+ dodir /usr/X11R6/lib/ethereal/lugins/${PV}
+ try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal \
+ plugindir=${D}/usr/X11R6/lib/ethereal/plugins/${PV} install
dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO
}