portmap: don't install manpages
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Nov 2014 14:17:56 +0000 (15:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Dec 2014 21:44:04 +0000 (22:44 +0100)
We no longer support having documentation on the target, so there's no
point in carrying code to install man pages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/portmap/portmap.mk

index 2bffb9e3c0c3440ac6e26d337855d7704f43c27d..a41044318c1ad40975fabe1cd7310569483bab9c 100644 (file)
@@ -24,12 +24,6 @@ define PORTMAP_INSTALL_TARGET_CMDS
        for sbin in $(PORTMAP_SBINS); do \
                $(INSTALL) -D $(@D)/$$sbin $(TARGET_DIR)/sbin/$$sbin; \
        done
-       $(INSTALL) -D $(@D)/portmap.man \
-               $(TARGET_DIR)/usr/share/man/man8/portmap.8
-       $(INSTALL) -D $(@D)/pmap_dump.8 \
-               $(TARGET_DIR)/usr/share/man/man8/pmap_dump.8
-       $(INSTALL) -D $(@D)/pmap_set.8 \
-               $(TARGET_DIR)/usr/share/man/man8/pmap_set.8
 endef
 
 define PORTMAP_INSTALL_INIT_SYSV