diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 13:00:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 13:00:31 +0000 |
commit | 760c7e2437a59a6a9d5fd50d5a216c51507dcd4f (patch) | |
tree | 3b090b19dc9bca0a8e79cfefbe40bd7bec1f4709 /graphics/MesaLib | |
parent | 243ec4289afff88d6428c01042529d9caa5896ec (diff) | |
download | pkgsrc-760c7e2437a59a6a9d5fd50d5a216c51507dcd4f.tar.gz |
Reorder two unexec lines so they make more sense.
PKGREVISION++
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/MesaLib/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index e9cc0f2f46f..90d65ebf9db 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2008/08/23 01:27:10 dsainty Exp $ +# $NetBSD: Makefile,v 1.72 2008/09/06 13:00:31 wiz Exp $ PKGNAME= MesaLib-${MESA_PKGVERSION} COMMENT= Graphics library similar to SGI's OpenGL -PKGREVISION= 1 +PKGREVISION= 2 MESA_HEADERS= gl.h gl_mangle.h glext.h glx.h glxext.h \ glx_mangle.h osmesa.h xmesa.h xmesa_x.h \ diff --git a/graphics/MesaLib/PLIST b/graphics/MesaLib/PLIST index b3e40389925..7afe2148440 100644 --- a/graphics/MesaLib/PLIST +++ b/graphics/MesaLib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2008/07/27 00:03:42 bjs Exp $ +@comment $NetBSD: PLIST,v 1.19 2008/09/06 13:00:31 wiz Exp $ include/GL/GLwDrawA.h include/GL/GLwDrawAP.h include/GL/GLwMDrawA.h @@ -34,5 +34,5 @@ ${PLIST.dri}lib/dri/unichrome_dri.la lib/pkgconfig/gl.pc lib/pkgconfig/glw.pc ${PLIST.dri}@dirrm lib/dri -@unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE} |