summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-28 06:13:11 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-28 06:13:11 +0000
commit400aa26d84fee19bb48b8ed40e4e047ee5f316eb (patch)
tree557664e35c2e4e995a37e9ec8bd8843f6a20905d /net-irc/bnc
parentold (diff)
downloadgentoo-2-400aa26d84fee19bb48b8ed40e4e047ee5f316eb.tar.gz
gentoo-2-400aa26d84fee19bb48b8ed40e4e047ee5f316eb.tar.bz2
gentoo-2-400aa26d84fee19bb48b8ed40e4e047ee5f316eb.zip
Update einfo text #207780 and use emake in src_install.
(Portage version: 2.1.4)
Diffstat (limited to 'net-irc/bnc')
-rw-r--r--net-irc/bnc/ChangeLog7
-rw-r--r--net-irc/bnc/bnc-2.9.4.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog
index f00bb6d5129e..b7ca1570f3a4 100644
--- a/net-irc/bnc/ChangeLog
+++ b/net-irc/bnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/bnc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.33 2007/06/14 20:34:44 dertobi123 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.34 2008/01/28 06:13:11 vapier Exp $
+
+ 28 Jan 2008; Mike Frysinger <vapier@gentoo.org> bnc-2.9.4.ebuild:
+ Update einfo text #207780 and use emake in src_install.
14 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> bnc-2.9.4.ebuild:
ppc stable, bug #181754
diff --git a/net-irc/bnc/bnc-2.9.4.ebuild b/net-irc/bnc/bnc-2.9.4.ebuild
index d643112ef0c0..5b8434685a9c 100644
--- a/net-irc/bnc/bnc-2.9.4.ebuild
+++ b/net-irc/bnc/bnc-2.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.9.4.ebuild,v 1.7 2007/06/14 20:34:44 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.9.4.ebuild,v 1.8 2008/01/28 06:13:11 vapier Exp $
inherit eutils
@@ -32,12 +32,12 @@ src_compile() {
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
mv "${D}"/usr/bin/{,bnc}mkpasswd || die
dodoc Changelog README example.conf motd
}
pkg_postinst() {
einfo "You can find an example motd/conf file here:"
- einfo " /usr/share/doc/${PF}/{example.conf,motd}.gz"
+ einfo " /usr/share/doc/${PF}/"
}