diff options
author | 2022-01-16 11:56:00 -0500 | |
---|---|---|
committer | 2022-01-16 12:04:05 -0500 | |
commit | 06b175b48c0cafe78192874b45a5b37899e625a1 (patch) | |
tree | 7f9d4b7ce4fd74544523039ce7627a62b8f5f461 | |
parent | net-misc/wget: move "/usr/local/etc" replacement to src_prepare (diff) | |
download | gentoo-06b175b48c0cafe78192874b45a5b37899e625a1.tar.gz gentoo-06b175b48c0cafe78192874b45a5b37899e625a1.tar.bz2 gentoo-06b175b48c0cafe78192874b45a5b37899e625a1.zip |
net-misc/wget: don't install sample config twice
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | net-misc/wget/wget-1.21.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild index 9c81e83ed1ec..9d3077c2029a 100644 --- a/net-misc/wget/wget-1.21.2.ebuild +++ b/net-misc/wget/wget-1.21.2.ebuild @@ -49,7 +49,7 @@ BDEPEND=" nls? ( sys-devel/gettext ) " -DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc ) +DOCS=( AUTHORS MAILING-LIST NEWS README ) pkg_setup() { use test && python-any-r1_pkg_setup |