diff options
author | tron <tron@pkgsrc.org> | 2006-04-03 16:46:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-03 16:46:51 +0000 |
commit | 97e28a668baa1c3624cfa82ea56ee389ddd9e2d7 (patch) | |
tree | 8b90f8dd677f079830bf72ab032df5430fc2568d /graphics | |
parent | ed8c6d479588c8379751d070c87cb5e3d473bf3e (diff) | |
download | pkgsrc-97e28a668baa1c3624cfa82ea56ee389ddd9e2d7.tar.gz |
Make sure all documentation files are installed world readable. Bump
package revision because this change affects the binary package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index b1ec4824207..a7661458c00 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -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 @@ post-install: done >>${PLIST_SRC} && \ ${PAX} -rwpppm . ${PREFIX} ${RM} -fr ${STAGEDIR} + ${FIND} ${PREFIX}/share/doc/netpbm -type f | xargs ${CHMOD} ${NONBINMODE} .include "../../mk/bsd.pkg.mk" |