aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Woźniak <y0rune@aol.com>2020-10-11 15:09:35 +0200
committerMarcin Woźniak <y0rune@aol.com>2020-10-11 15:09:35 +0200
commit78881fcd76633360c71d05c84f303f6826c388c9 (patch)
tree72460573a98cde873429f394863f3e28f7e6de0e /mail-client
parentmail-client/heirloom-mailx: Added heirloom-mailx-12.5 (diff)
downloadguru-78881fcd76633360c71d05c84f303f6826c388c9.tar.gz
guru-78881fcd76633360c71d05c84f303f6826c388c9.tar.bz2
guru-78881fcd76633360c71d05c84f303f6826c388c9.zip
mail-client/heirloom-mailx: Updated description and add quotes
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index 9ac71c469..e985cec8b 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
- install -v -m755 -d ${D}/usr/share/doc/heirloom-mailx-12.5
- install -v -m644 README ${D}/usr/share/doc/heirloom-mailx-12.5
+ 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"
}