summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-03-12 15:36:36 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2019-03-12 20:41:36 -0400
commit6922f21531c9ab4bb8adefe56e41e301dba3b33c (patch)
tree719de4ba5f2416c69941902a51c29e2af121e665 /net-fs
parentnet-fs/davfs2: 1.5.5 version bump, EAPI=7 #679428 (diff)
downloadgentoo-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.ebuild8
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)
}