summaryrefslogtreecommitdiff
path: root/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-25 15:22:17 +0100
commit22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (patch)
tree808b5701901fb54b53ec3ecf6f33272e933f3ea6 /app-mobilephone/scmxx/scmxx-0.9.0.ebuild
parent91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (diff)
gentoo resync : 25.05.2018
Diffstat (limited to 'app-mobilephone/scmxx/scmxx-0.9.0.ebuild')
-rw-r--r--app-mobilephone/scmxx/scmxx-0.9.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
index f3a692ef9605..2df2b2dcf4ea 100644
--- a/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
+++ b/app-mobilephone/scmxx/scmxx-0.9.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="Exchange data with Siemens phones"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
@@ -17,13 +17,13 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ default
exeinto /usr/lib/scmxx
doexe contrib/*
doman docs/*.1
- rm docs/README_WIN32.txt
+ rm docs/README_WIN32.txt || die
dodoc AUTHORS BUGS CHANGELOG README TODO docs/*.txt
}