diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-14 14:06:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-14 14:22:04 -0500 |
commit | 937878643ffaff8e7ef11169caf0c16a774973fe (patch) | |
tree | d58cf8a0d9d7f0800c8f896038951a41bf7eef02 /sys-libs/libhugetlbfs | |
parent | net-mail/mu: Ensure man pages are installed (diff) | |
download | gentoo-937878643ffaff8e7ef11169caf0c16a774973fe.tar.gz gentoo-937878643ffaff8e7ef11169caf0c16a774973fe.tar.bz2 gentoo-937878643ffaff8e7ef11169caf0c16a774973fe.zip |
sys-libs/libhugetlbfs: do not gzip manpages
We'll handle compressing of files ourselves, so don't waste time on it.
Diffstat (limited to 'sys-libs/libhugetlbfs')
-rw-r--r-- | sys-libs/libhugetlbfs/libhugetlbfs-2.19-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/libhugetlbfs/libhugetlbfs-2.19-r1.ebuild b/sys-libs/libhugetlbfs/libhugetlbfs-2.19-r1.ebuild index f6644a527c6e..4cdb5d49f2d4 100644 --- a/sys-libs/libhugetlbfs/libhugetlbfs-2.19-r1.ebuild +++ b/sys-libs/libhugetlbfs/libhugetlbfs-2.19-r1.ebuild @@ -28,6 +28,7 @@ src_prepare() { -e '/^PREFIX/s:/local::' \ -e '1iBUILDTYPE = NATIVEONLY' \ -e '1iV = 1' \ + -e '/gzip.*MANDIR/d' \ -e "/^LIB\(32\)/s:=.*:= $(get_libdir):" \ -e '/^CC\(32\|64\)/s:=.*:= $(CC):' \ -e "/^PMDIR = .*\/perl5\/TLBC/s::PMDIR = ${VENDOR_LIB}\/TLBC:" \ |