From dff94e46fa7a02866d3299daff731aca01427708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 11 Oct 2020 15:12:00 +0200 Subject: [PATCH] mail-client/heirloom-mailx: Updated description and add quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild index e080fd6..e985cec 100644 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild @@ -4,7 +4,7 @@ EAPI=7 LICENSE="BSD" -DESCRIPTION="The heirloom-mailx, this is version mailx in CentOS" +DESCRIPTION="The mailx utility from CentOS" HOMEPAGE="https://www.debian.org/" SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz" KEYWORDS="~amd64" @@ -33,7 +33,7 @@ src_compile(){ } src_install(){ - emake PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" UCBINSTALL="/usr/bin/install install" + emake PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" UCBINSTALL="/usr/bin/install" install install -v -m755 -d "${D}/usr/share/doc/heirloom-mailx-12.5" install -v -m644 README "${D}/usr/share/doc/heirloom-mailx-12.5" }