From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B41DB1382C5 for ; Thu, 11 Mar 2021 07:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE55E0938; Thu, 11 Mar 2021 07:30:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBAFCE0938 for ; Thu, 11 Mar 2021 07:30:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21DA3340D67 for ; Thu, 11 Mar 2021 07:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEBF8590 for ; Thu, 11 Mar 2021 07:29:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615447789.7c9e7b1dd1bcc334a793b5b847708e74807645e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild X-VCS-Directories: net-mail/mlmmj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c9e7b1dd1bcc334a793b5b847708e74807645e4 X-VCS-Branch: master Date: Thu, 11 Mar 2021 07:29:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3636ed11-5e16-420b-8055-33d1c49735fd X-Archives-Hash: 4500cd9c5a1a7ebfc55183c8de920e23 commit: 7c9e7b1dd1bcc334a793b5b847708e74807645e4 Author: Sam James gentoo org> AuthorDate: Thu Mar 11 07:23:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 11 07:29:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9e7b1d net-mail/mlmmj: fix docs Closes: https://bugs.gentoo.org/775368 Signed-off-by: Sam James gentoo.org> net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild b/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild index 319605fb59e..388d0fce798 100644 --- a/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild +++ b/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="virtual/mta" -DOCS=( AUTHORS ChangeLog FAQ "README*" TODO TUNABLES UPGRADE ) +DOCS=( AUTHORS ChangeLog FAQ TODO TUNABLES UPGRADE ) PATCHES=( "${FILESDIR}"/mlmmj-1.2.19.0-listcontrol-customheaders.patch @@ -44,6 +44,8 @@ src_install() { insinto /usr/share/mlmmj doins -r contrib/web/* + + dodoc README.* } pkg_postinst() { @@ -51,5 +53,5 @@ pkg_postinst() { elog "- One for user subscribing/unsubscribing" elog "- One for admin tasks" elog "both available in a php and perl module." - elog "For more info have a look in /usr/share/mlmmj" + elog "For more info have a look in ${EROOT}/usr/share/mlmmj" }