diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-19 14:59:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-19 15:10:29 -0500 |
commit | 91a4269d98d83a2cd6a8cdf895bba21a18379293 (patch) | |
tree | ffe412cc86f00a13cf360d9599bf4297fede16de /net-print | |
parent | Adding xml to PYTHON_REQ_USE , bug 554234 (diff) | |
download | gentoo-91a4269d98d83a2cd6a8cdf895bba21a18379293.tar.gz gentoo-91a4269d98d83a2cd6a8cdf895bba21a18379293.tar.bz2 gentoo-91a4269d98d83a2cd6a8cdf895bba21a18379293.zip |
net-print/foomatic-db-engine: switch to `default`
No real changes here -- installed set of files is the same.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild index fb5aa965ad32..74a50f5fc1dd 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,15 +39,15 @@ src_configure() { } src_compile() { - emake + default cd lib perl-app_src_compile } src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog README TODO USAGE + default + dodoc USAGE cd lib perl-module_src_install |