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
commit1e4aa98df188c4c6d7d8831bc1d0212fbf4197eb (patch)
tree7a7806048ada72a722bb445134305ffb294a2a2b /net-irc/bnc/bnc-2.9.4.ebuild
parentold (diff)
downloadhistorical-1e4aa98df188c4c6d7d8831bc1d0212fbf4197eb.tar.gz
historical-1e4aa98df188c4c6d7d8831bc1d0212fbf4197eb.tar.bz2
historical-1e4aa98df188c4c6d7d8831bc1d0212fbf4197eb.zip
Update einfo text #207780 and use emake in src_install.
Package-Manager: portage-2.1.4
Diffstat (limited to 'net-irc/bnc/bnc-2.9.4.ebuild')
-rw-r--r--net-irc/bnc/bnc-2.9.4.ebuild8
1 files changed, 4 insertions, 4 deletions
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}/"
}