diff options
author | 2000-11-30 23:14:00 +0000 | |
---|---|---|
committer | 2000-11-30 23:14:00 +0000 | |
commit | 0cd87270290e80a3f25623eb64fe1102dbae6033 (patch) | |
tree | 03769626ea1ec391731db0af62706d3faae6b1c2 /sys-libs/pwdb | |
parent | cute little gnome-vfs fix (diff) | |
download | historical-0cd87270290e80a3f25623eb64fe1102dbae6033.tar.gz historical-0cd87270290e80a3f25623eb64fe1102dbae6033.tar.bz2 historical-0cd87270290e80a3f25623eb64fe1102dbae6033.zip |
Prepared for rc3
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-libs/pwdb/pwdb-0.61-r2.ebuild b/sys-libs/pwdb/pwdb-0.61-r2.ebuild index c902375e419a..8fde74a6330c 100644 --- a/sys-libs/pwdb/pwdb-0.61-r2.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r2.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/sys-libs/pwdb/pwdb-0.61-r2.ebuild,v 1.1 2000/11/20 22:16:46 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r2.ebuild,v 1.2 2000/11/30 23:14:00 achim Exp $ P=pwdb-0.61 A=${P}.tar.gz @@ -22,7 +22,7 @@ src_compile() { cd ${S} cp Makefile Makefile.orig sed -e "s/^DIRS = .*/DIRS = libpwdb/" Makefile.orig > Makefile - try make + try make ${MAKEOPTS} } src_install() { @@ -30,12 +30,14 @@ src_install() { into /usr dodir /usr/include/pwdb dodir /usr/lib - dodoc doc/pwdb.txt CHANGES Copyright CREDITS README + dodoc CHANGES Copyright CREDITS README docinto html dodoc doc/html/* + docinto txt + dodoc doc/*.txt insinto /etc doins conf/pwdb.conf - try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib install + try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib LDCONFIG="echo" install preplib /usr cd ${O}/files |