pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm missing INSTALLATION_DIRS for man3 & man5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c4d592c830f
branches:  trunk
changeset: 648122:8c4d592c830f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Mar 11 23:02:50 2015 +0000

description:
missing INSTALLATION_DIRS for man3 & man5

diffstat:

 graphics/netpbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7aac96337635 -r 8c4d592c830f graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Wed Mar 11 22:53:10 2015 +0000
+++ b/graphics/netpbm/Makefile  Wed Mar 11 23:02:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.200 2015/01/12 11:47:59 is Exp $
+# $NetBSD: Makefile,v 1.201 2015/03/11 23:02:50 tnn Exp $
 
 DISTNAME=      netpbm-10.68.02
 CATEGORIES=    graphics
@@ -63,7 +63,7 @@
 MAKE_FLAGS+=   NETWORKLD="-lsocket -lresolv"
 .endif
 
-INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/netpbm
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 share/netpbm
 
 post-extract:
        cd ${WRKSRC} && ${CP} config.mk.in config.mk



Home | Main Index | Thread Index | Old Index