summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-07 22:35:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-07 22:35:27 +0000
commit39ff7a748a8229575ba5a85394b60caec3cce0a7 (patch)
tree85adc8d62a8ad0155a2f4276a48b9a747c06cb74 /media-libs/compface/compface-1.5.ebuild
parentFixed destdir patch. (diff)
downloadgentoo-2-39ff7a748a8229575ba5a85394b60caec3cce0a7.tar.gz
gentoo-2-39ff7a748a8229575ba5a85394b60caec3cce0a7.tar.bz2
gentoo-2-39ff7a748a8229575ba5a85394b60caec3cce0a7.zip
Fixed destdir patch.
Diffstat (limited to 'media-libs/compface/compface-1.5.ebuild')
-rw-r--r--media-libs/compface/compface-1.5.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/media-libs/compface/compface-1.5.ebuild b/media-libs/compface/compface-1.5.ebuild
index cfe64a242cbb..fac321f49c40 100644
--- a/media-libs/compface/compface-1.5.ebuild
+++ b/media-libs/compface/compface-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.ebuild,v 1.3 2005/01/06 16:21:01 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.ebuild,v 1.4 2005/01/07 22:30:36 eradicator Exp $
IUSE=""
@@ -17,21 +17,17 @@ SLOT="0"
DEPEND="virtual/libc"
src_unpack() {
-
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-destdir.diff
WANT_AUTOCONF=2.5 autoconf
-
}
src_install() {
-
dodir /usr/share/man/man{1,3} /usr/{bin,include,$(get_libdir)}
make DESTDIR="${D}" install || die
newbin xbm2xface{.pl,}
dodoc README ChangeLog
-
}