summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
-
}