aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 14:02:21 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 14:02:21 +0200
commite0e7af2e3f62a9959094f1a2857597d69f929d3a (patch)
tree09a88d17897814237581211c8c8c552ca9d7711c /sys-cluster/blcr/blcr-0.8.4.ebuild
parentsci-biology/cd-hit: Bump to EAPI=5 (diff)
downloadsci-e0e7af2e3f62a9959094f1a2857597d69f929d3a.tar.gz
sci-e0e7af2e3f62a9959094f1a2857597d69f929d3a.tar.bz2
sci-e0e7af2e3f62a9959094f1a2857597d69f929d3a.zip
sys-cluster/blcr: Use default functions
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-cluster/blcr/blcr-0.8.4.ebuild')
-rw-r--r--sys-cluster/blcr/blcr-0.8.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/blcr/blcr-0.8.4.ebuild b/sys-cluster/blcr/blcr-0.8.4.ebuild
index feaff9b96..8145dd015 100644
--- a/sys-cluster/blcr/blcr-0.8.4.ebuild
+++ b/sys-cluster/blcr/blcr-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -41,13 +41,13 @@ pkg_setup() {
src_install() {
dodoc README NEWS
cd "${S}"/util || die
- emake DESTDIR="${D}" install
+ default
cd "${S}"/libcr || die
- emake DESTDIR="${D}" install
+ default
cd "${S}"/man || die
- emake DESTDIR="${D}" install
+ default
cd "${S}"/include || die
- emake DESTDIR="${D}" install
+ default
linux-mod_src_install
}