pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Make sure all documentation files are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4352f52b3393
branches:  trunk
changeset: 510755:4352f52b3393
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Apr 03 16:46:51 2006 +0000

description:
Make sure all documentation files are installed world readable. Bump
package revision because this change affects the binary package.

diffstat:

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

diffs (19 lines):

diff -r 82c5482510a3 -r 4352f52b3393 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Mon Apr 03 16:39:04 2006 +0000
+++ b/graphics/netpbm/Makefile  Mon Apr 03 16:46:51 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.135 2006/03/11 10:07:50 ghen Exp $
+# $NetBSD: Makefile,v 1.136 2006/04/03 16:46:51 tron Exp $
 
 DISTNAME=      netpbm-10.32
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netpbm/}
 EXTRACT_SUFX=  .tgz
@@ -78,5 +79,6 @@
        done >>${PLIST_SRC} &&                                  \
        ${PAX} -rwpppm . ${PREFIX}
        ${RM} -fr ${STAGEDIR}
+       ${FIND} ${PREFIX}/share/doc/netpbm -type f | xargs ${CHMOD} ${NONBINMODE}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index