diff options
author | agc <agc> | 1999-04-07 08:56:46 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-07 08:56:46 +0000 |
commit | fd46cf83c6230449e6d792ad359f3695ef0b86b6 (patch) | |
tree | 16d5a5e9e467050d9199ae919f3e2df38a30db68 /graphics/netpbm | |
parent | ef18d4e49b469a27821e22a76464c59e4c9d527c (diff) | |
download | pkgsrc-fd46cf83c6230449e6d792ad359f3695ef0b86b6.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" |