diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2019-03-12 15:36:36 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-03-12 20:41:36 -0400 |
commit | 6922f21531c9ab4bb8adefe56e41e301dba3b33c (patch) | |
tree | 719de4ba5f2416c69941902a51c29e2af121e665 /net-fs | |
parent | net-fs/davfs2: 1.5.5 version bump, EAPI=7 #679428 (diff) | |
download | gentoo-6922f21531c9ab4bb8adefe56e41e301dba3b33c.tar.gz gentoo-6922f21531c9ab4bb8adefe56e41e301dba3b33c.tar.bz2 gentoo-6922f21531c9ab4bb8adefe56e41e301dba3b33c.zip |
net-fs/davfs2: leave manpage compression to the package manager
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/davfs2/davfs2-1.5.5.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-fs/davfs2/davfs2-1.5.5.ebuild b/net-fs/davfs2/davfs2-1.5.5.ebuild index 6ac96a881c3e..3ef5dd25f003 100644 --- a/net-fs/davfs2/davfs2-1.5.5.ebuild +++ b/net-fs/davfs2/davfs2-1.5.5.ebuild @@ -28,6 +28,14 @@ pkg_setup() { enewgroup davfs2 } +src_prepare() { + # Let the package manager handle man page compression + sed -e '/^manual[58]_DATA/ s/\.gz//g' \ + -i "${S}"/man/Makefile.in || die + + default +} + src_configure() { econf dav_user=nobody --enable-largefile $(use_enable nls) } |