diff options
author | jschauma <jschauma> | 2003-04-14 03:46:51 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-04-14 03:46:51 +0000 |
commit | ac402e58f1dcc3a165b8ed42f121864482c4176b (patch) | |
tree | 4b04559ba7b7399e84e415accdadee65716eb582 /graphics/MesaDemos | |
parent | b36536e184d358beb71bbc35239c5e7ce67f9870 (diff) | |
download | pkgsrc-ac402e58f1dcc3a165b8ed42f121864482c4176b.tar.gz |
chmod the examples after installation just in case the user compiling
the package has a stringent umask.
Diffstat (limited to 'graphics/MesaDemos')
-rw-r--r-- | graphics/MesaDemos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index 900b865b919..1bb0b454d59 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/09 19:04:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/14 03:46:51 jschauma Exp $ PKGNAME= MesaDemos-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -24,6 +24,7 @@ do-install: cd ${WRKSRC}/${dir} && ${PAX} -s ,^./.*Makefile.*,, -s ,^./CVS.*,, \ -rw . ${PREFIX}/share/examples/${PKGNAME}/${dir} .endfor + ${CHMOD} -R a+rX ${PREFIX}/share/examples/${PKGNAME} .include "../../graphics/Mesa/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |