diff options
Diffstat (limited to 'graphics/MesaDemos/Makefile')
-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" |