net-libs/miniupnpc: Prevent installing .gz manpage
authorMichał Górny <mgorny@gentoo.org>
Sun, 4 Feb 2018 08:27:02 +0000 (09:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 4 Feb 2018 08:44:33 +0000 (09:44 +0100)
net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild

index cbf864670b197fb0829cdfeacd2a11e2d8e47303..3a1c24a1b100bdf5771b29f8bc455b6c8c8c9e5d 100644 (file)
@@ -22,6 +22,8 @@ src_prepare() {
 
        # These bins are not installed, upnpc-static requires building static lib
        sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
+       # Prevent gzipping manpage.
+       sed -i -e '/gzip/d' Makefile || die
 
        if ! use static-libs; then
                sed -i \