diff options
author | agc <agc@pkgsrc.org> | 1999-04-07 08:56:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-07 08:56:46 +0000 |
commit | 93c77f3c1a6b5f548f978bec5bdcd91f60846706 (patch) | |
tree | 16d5a5e9e467050d9199ae919f3e2df38a30db68 /graphics/netpbm | |
parent | 487ed724ec95f560ebd216c5ed82d1a2681c30c2 (diff) | |
download | pkgsrc-93c77f3c1a6b5f548f978bec5bdcd91f60846706.tar.gz |
Make sure that other users can read all the files in the distribution,
otherwise strange problems can ensue when installing.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 2db9d2eb2f4..61504efb6e6 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/03/04 14:18:54 tron Exp $ +# $NetBSD: Makefile,v 1.26 1999/04/07 08:56:46 agc Exp $ # DISTNAME= netpbm @@ -27,5 +27,6 @@ post-extract: cd ${WRKSRC}; \ ${MV} ../*pcx*.? ppm; \ ${MV} ../*rle*.? ../*png*.? pnm; + ${CHMOD} -R o+r ${WRKDIR} .include "../../mk/bsd.pkg.mk" |