diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-09-05 18:44:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-09-05 18:44:34 +0000 |
commit | c7913d0ea55de2aa624939256788f2b9c0be9147 (patch) | |
tree | cfea5221a0b9aabe5b9cbbe0d54079a86b18bd20 /graphics | |
parent | 6c1a320995fd665c91c917d6d64e9e0e3305809e (diff) | |
download | pkgsrc-c7913d0ea55de2aa624939256788f2b9c0be9147.tar.gz |
Don't install backup (*~) files.
Fixes PR 6104 by John Kohl <jtk@kolvir.arlington.ma.us>.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa/Makefile | 3 | ||||
-rw-r--r-- | graphics/Mesa/pkg/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 10b05cec37b..642552da9e1 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/08/20 15:17:00 tsarna Exp $ +# $NetBSD: Makefile,v 1.17 1998/09/05 18:44:34 hubertf Exp $ # DISTNAME= MesaLib-2.6 @@ -46,6 +46,7 @@ do-install: ${CP} -Rp ${WRKSRC}/demos ${PREFIX}/share/examples/Mesa ${CP} -Rp ${WRKSRC}/book ${PREFIX}/share/examples/Mesa ${CP} -Rp ${WRKSRC}/widgets-sgi ${PREFIX}/share/examples/Mesa + ${RM} ${PREFIX}/share/examples/Mesa/*~ chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/Mesa ${LN} -f ${PREFIX}/lib/libMesaGL.so.2.6 ${PREFIX}/lib/libGL.so.2.6 ${LN} -f ${PREFIX}/lib/libMesaGLU.so.2.6 ${PREFIX}/lib/libGLU.so.2.6 diff --git a/graphics/Mesa/pkg/PLIST b/graphics/Mesa/pkg/PLIST index 212618c6ecb..d2be47b8a77 100644 --- a/graphics/Mesa/pkg/PLIST +++ b/graphics/Mesa/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 1998/07/15 11:22:53 agc Exp $ +@comment $NetBSD: PLIST,v 1.10 1998/09/05 18:44:34 hubertf Exp $ include/GL/FooMesa.h include/GL/dosmesa.h include/GL/fxmesa.h @@ -178,9 +178,7 @@ share/examples/Mesa/widgets-sgi/GLwMDrawA.c share/examples/Mesa/widgets-sgi/GLwMDrawA.h share/examples/Mesa/widgets-sgi/GLwMDrawAP.h share/examples/Mesa/widgets-sgi/Makefile -share/examples/Mesa/widgets-sgi/Makefile~ share/examples/Mesa/widgets-sgi/README -share/examples/Mesa/widgets-sgi/README~ share/examples/Mesa/widgets-sgi/boilerplate.c share/examples/Mesa/widgets-sgi/depend @dirrm share/examples/Mesa/samples |